Dawarich: Switched to production mode by default

This commit is contained in:
2025-11-12 00:32:48 +01:00
parent 2f4b6df80c
commit 53e92b8553
2 changed files with 9 additions and 5 deletions

View File

@@ -66,6 +66,12 @@
"name": "PHOTON_API_KEY",
"label": "Photon API Key",
"description": "API Key for komoot Photon API"
},
{
"name":"RAILS_ENV",
"label":"Rails Enviroment",
"description": "Sets app mode to development or production",
"default":"development"
}
],
"maintainer": "https://git.bprieshof.nl/brammp"