Update config.yaml to clarify that Postgres is broken (#362)
This commit is contained in:
parent
4b77091a38
commit
6d6647a549
|
@ -22,8 +22,8 @@ web:
|
||||||
database:
|
database:
|
||||||
# encryption:
|
# encryption:
|
||||||
# key: ''
|
# key: ''
|
||||||
type: 'sqlite' # postgres also supported, but still experimental changes
|
type: 'sqlite' # postgres will be supported in the future, but is completely **BROKEN** at the moment.
|
||||||
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`
|
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:
|
log:
|
||||||
file: '' # absolute or relative paths allowed, eg. web.log
|
file: '' # absolute or relative paths allowed, eg. web.log
|
||||||
level: INFO
|
level: INFO
|
||||||
|
|
Loading…
Reference in New Issue