diff --git a/config/default.json5 b/config/default.json5 index 1e33c57..c2b2321 100644 --- a/config/default.json5 +++ b/config/default.json5 @@ -20,12 +20,12 @@ user: "root", password: "", database: "swaf", - create_database_automatically: false + create_database_automatically: false, }, redis: { host: "127.0.0.1", port: 6379, - prefix: 'swaf' + prefix: 'swaf', }, session: { secret: 'default', @@ -45,7 +45,7 @@ from_name: 'Example App', }, view: { - cache: false + cache: false, }, magic_link: { validity_period: 20, diff --git a/config/production.json5 b/config/production.json5 index 395b979..f54e137 100644 --- a/config/production.json5 +++ b/config/production.json5 @@ -8,12 +8,12 @@ public_websocket_url: "wss://swaf.example", session: { cookie: { - secure: true - } + secure: true, + }, }, mail: { secure: true, - allow_invalid_tls: false + allow_invalid_tls: false, }, magic_link: { validity_period: 900,