Update config.yaml

This commit is contained in:
Jason Kulatunga 2023-10-16 11:40:58 -07:00 committed by GitHub
parent d154d9e811
commit 189ebde926
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ web:
path: /opt/fasten/web path: /opt/fasten/web
database: database:
type: 'sqlite' # postgres also supported, but still experimental changes type: 'sqlite' # postgres also supported, but still experimental changes
location: '/opt/fasten/db/fasten.db' # if postgres, then host=localhost user=gorm password=gorm dbname=gorm port=9920 sslmode=required TimeZone=Asia/Shanghai 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`
log: log:
file: '' # absolute or relative paths allowed, eg. web.log file: '' # absolute or relative paths allowed, eg. web.log
level: INFO level: INFO