2020-11-02 18:17:55 +01:00
|
|
|
{
|
2020-06-27 17:20:06 +02:00
|
|
|
log_level: "DEBUG",
|
|
|
|
db_log_level: "ERROR",
|
2020-11-02 18:42:35 +01:00
|
|
|
public_url: "https://aldap.toot.party",
|
2020-07-20 16:34:35 +02:00
|
|
|
public_websocket_url: "wss://aldap.toot.party",
|
2020-06-27 17:20:06 +02:00
|
|
|
session: {
|
|
|
|
cookie: {
|
|
|
|
secure: true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
mail: {
|
|
|
|
secure: true,
|
|
|
|
allow_invalid_tls: false
|
2020-07-25 10:48:56 +02:00
|
|
|
},
|
|
|
|
approval_mode: true,
|
2020-09-03 08:28:57 +02:00
|
|
|
}
|