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
+5
View File
@@ -0,0 +1,5 @@
INVENIO_APP_ALLOWED_HOSTS=["invenio.i-form.ie", "localhost", "localhost:5000", "127.0.0.1", "127.0.0.1:5000", "0.0.0.0", "0.0.0.0:5000"]
INVENIO_SITE_UI_URL=https://localhost:5000
INVENIO_SITE_API_URL=https://localhost:5000/api
FLASK_ENV=development
INVENIO_ENV=development