adding an encryption key field.
This commit is contained in:
parent
77cb81435c
commit
65aca539c7
|
@ -20,6 +20,8 @@ web:
|
|||
frontend:
|
||||
path: /opt/fasten/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`
|
||||
log:
|
||||
|
|
Loading…
Reference in New Issue