change up database configuration to use discrete values for parameters, rather than the raw DSN (database/base.go computes the DSN)

This commit is contained in:
2026-03-12 16:59:19 -06:00
parent 2cc0d0f94d
commit a91202a57e
6 changed files with 54 additions and 42 deletions
+4 -1
View File
@@ -36,7 +36,10 @@ site:
expireMinutes: 3
database:
driver: "mysql"
dsn: "amsdb:x00yes2k@tcp(localhost)/amsterdam?parseTime=true&loc=UTC"
hostName: "localhost"
user: "amsdb"
password: "x00yes2k"
databaseName: "amsterdam"
defaults:
language: "en-US"
timezone: "America/Denver"