mirror of
https://github.com/Cian-H/iform-invenio.git
synced 2025-12-22 20:41:56 +00:00
7 lines
273 B
Bash
7 lines
273 B
Bash
# Development environment settings
|
|
INVENIO_APP_ALLOWED_HOSTS=invenio.i-form.ie,localhost,localhost:8443,127.0.0.1,127.0.0.1:8443,0.0.0.0,0.0.0.0:8443
|
|
INVENIO_SITE_UI_URL=https://localhost
|
|
INVENIO_SITE_API_URL=https://localhost
|
|
COMPOSE_PROFILES=development
|
|
FLASK_DEBUG=true
|