2020-10-01 16:16:36 +02:00
|
|
|
{
|
2021-06-01 14:38:53 +02:00
|
|
|
asset_cache: true,
|
|
|
|
app: {
|
|
|
|
public_url: "https://swaf.example",
|
|
|
|
public_websocket_url: "wss://swaf.example",
|
|
|
|
},
|
2021-04-27 15:01:07 +02:00
|
|
|
log: {
|
|
|
|
level: "DEV",
|
|
|
|
verbose: false,
|
|
|
|
db_level: "ERROR",
|
|
|
|
},
|
2021-06-01 14:38:53 +02:00
|
|
|
magic_link: {
|
|
|
|
validity_period: 900,
|
2021-04-27 15:01:07 +02:00
|
|
|
},
|
|
|
|
mail: {
|
|
|
|
secure: true,
|
|
|
|
allow_invalid_tls: false,
|
|
|
|
},
|
2024-09-21 18:39:02 +02:00
|
|
|
mysql: {
|
|
|
|
create_database_automatically: false,
|
|
|
|
},
|
2021-06-01 14:38:53 +02:00
|
|
|
session: {
|
|
|
|
cookie: {
|
|
|
|
secure: true,
|
|
|
|
},
|
2021-04-27 15:01:07 +02:00
|
|
|
},
|
|
|
|
view: {
|
|
|
|
cache: true,
|
|
|
|
dev: false,
|
2021-06-01 14:38:53 +02:00
|
|
|
}
|
2020-09-03 12:43:01 +02:00
|
|
|
}
|