2020-11-02 18:17:55 +01:00
|
|
|
{
|
2020-06-27 17:20:06 +02:00
|
|
|
app: {
|
2020-11-16 16:55:04 +01:00
|
|
|
name: 'Eternae Ink Update',
|
|
|
|
contact_email: 'contact@eternae.ink',
|
2020-06-27 17:20:06 +02:00
|
|
|
},
|
|
|
|
log_level: "DEV",
|
|
|
|
db_log_level: "ERROR",
|
|
|
|
public_url: "http://localhost:4899",
|
2020-11-16 16:55:04 +01:00
|
|
|
gitea_instance_url: 'https://eternae.ink',
|
2020-06-27 17:20:06 +02:00
|
|
|
port: 4899,
|
|
|
|
view: {
|
2020-11-16 16:55:04 +01:00
|
|
|
cache: false,
|
2020-06-27 17:20:06 +02:00
|
|
|
},
|
2020-09-03 08:28:57 +02:00
|
|
|
}
|