17 lines
325 B
Plaintext
17 lines
325 B
Plaintext
{
|
|
log_level: "DEBUG",
|
|
db_log_level: "ERROR",
|
|
public_url: "https://aldap.toot.party",
|
|
public_websocket_url: "wss://aldap.toot.party",
|
|
session: {
|
|
cookie: {
|
|
secure: true
|
|
}
|
|
},
|
|
mail: {
|
|
secure: true,
|
|
allow_invalid_tls: false
|
|
},
|
|
approval_mode: true,
|
|
}
|