7 lines
191 B
Bash
7 lines
191 B
Bash
# copy to .env and edit
|
|
EXHIBIT_MODE=dev
|
|
# required when EXHIBIT_MODE=final:
|
|
ADMIN_PASSWORD=change-me
|
|
# public port on the host (container always listens on 33044 internally)
|
|
HOST_PORT=33044
|