Alice Gaudon
54faa5c873
This avoids full object overriding when you just want to set specific fields
16 lines
312 B
TypeScript
16 lines
312 B
TypeScript
export default {
|
|
log_level: "DEBUG",
|
|
db_log_level: "ERROR",
|
|
public_url: "https://watch-my.stream",
|
|
public_websocket_url: "wss://watch-my.stream",
|
|
session: {
|
|
cookie: {
|
|
secure: true
|
|
}
|
|
},
|
|
mail: {
|
|
secure: true,
|
|
allow_invalid_tls: false
|
|
}
|
|
}
|