update.eternae.ink/config/default.json5
Alice Gaudon 20d276cd10 Change redirection to caching local copy and then serving download
i.e. this allows clients to request partial downloads with range headers
2020-11-20 13:21:56 +01:00

16 lines
332 B
Plaintext

{
app: {
name: 'Eternae Ink Update',
contact_email: 'contact@eternae.ink',
},
log_level: "DEV",
db_log_level: "ERROR",
public_url: "http://localhost:4899",
gitea_instance_url: 'https://eternae.ink',
port: 4899,
view: {
cache: false,
},
assets_base_dir: 'downloads',
}