adding an encryption key field.
This commit is contained in:
parent
77cb81435c
commit
65aca539c7
|
@ -20,6 +20,8 @@ web:
|
||||||
frontend:
|
frontend:
|
||||||
path: /opt/fasten/web
|
path: /opt/fasten/web
|
||||||
database:
|
database:
|
||||||
|
# encryption:
|
||||||
|
# key: ''
|
||||||
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 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 use a DSN, eg. `host=localhost user=gorm password=gorm dbname=gorm port=9920 sslmode=required TimeZone=Asia/Shanghai`
|
||||||
log:
|
log:
|
||||||
|
|
Loading…
Reference in New Issue