Skip to content

Commit

Permalink
adding an encryption key field.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Nov 8, 2023
1 parent 77cb814 commit 65aca53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 65aca53

Please sign in to comment.