Update config.yaml to clarify that Postgres is broken (#362)

This commit is contained in:
Jason Kulatunga 2023-12-13 15:30:43 -08:00 committed by GitHub
parent 4b77091a38
commit 6d6647a549
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ web:
database:
# encryption:
# key: ''
type: 'sqlite' # postgres also supported, but still experimental changes
location: '/opt/fasten/db/fasten.db' # if postgres use a DSN, eg. `host=localhost user=gorm password=gorm dbname=gorm port=9920 sslmode=required TimeZone=Asia/Shanghai`
type: 'sqlite' # postgres will be supported in the future, but is completely **BROKEN** at the moment.
location: '/opt/fasten/db/fasten.db' # if postgres (**BROKEN**) use a DSN, eg. `host=localhost user=gorm password=gorm dbname=gorm port=9920 sslmode=required TimeZone=Asia/Shanghai`
log:
file: '' # absolute or relative paths allowed, eg. web.log
level: INFO