Streamlined dev vs prod config management

This commit is contained in:
2025-04-24 13:21:00 +01:00
parent c6f5375af8
commit f760727d9e
10 changed files with 39 additions and 32 deletions

View File

@@ -0,0 +1,14 @@
{
debug
auto_https off
local_certs
}
localhost {
reverse_proxy invenio-rdm:5000
encode gzip
log {
format console
level DEBUG
}
}