update.eternae.ink/config/default.json5

19 lines
402 B
Plaintext
Raw Normal View History

2020-11-02 18:17:55 +01:00
{
2020-06-27 17:20:06 +02:00
app: {
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",
gitea_instance_url: 'https://eternae.ink',
2020-06-27 17:20:06 +02:00
port: 4899,
view: {
cache: false,
2020-06-27 17:20:06 +02:00
},
assets_base_dir: 'downloads',
2021-03-06 18:38:29 +01:00
user_redirections: [
{from: 'arisu', to: 'ashpie'}
],
}