From 6d6647a549e62e084adfe4c3277ff1ee644d2856 Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Wed, 13 Dec 2023 15:30:43 -0800 Subject: [PATCH] Update config.yaml to clarify that Postgres is broken (#362) --- config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yaml b/config.yaml index 13b3c63a..14497a20 100644 --- a/config.yaml +++ b/config.yaml @@ -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