docs: Update app.conf
All checks were successful
CI / validateComposeSyntax (push) Successful in 18s

This commit is contained in:
LRVT
2026-03-11 14:33:49 +01:00
committed by GitHub
parent c99c55510c
commit e77ff48a9f

View File

@@ -5,7 +5,7 @@ runmode = prod
# database # database
driverName = postgres driverName = postgres
dataSourceName = host=db port=5432 user=casdoor password=Str0ngPassw0rt! dbname=casdoor sslmode=disable dataSourceName = host=db port=5432 user=casdoor password=pls-changeme-to-strong-pw dbname=casdoor sslmode=disable
# logging and debugging # logging and debugging
showSql = true showSql = true