mirror of
https://github.com/Cian-H/iform-invenio.git
synced 2026-08-03 02:23:22 +01:00
Streamlined dev vs prod config management
This commit is contained in:
Vendored
+5
@@ -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
|
||||
Reference in New Issue
Block a user