Add stack.env file

This commit is contained in:
2022-07-28 19:57:26 +01:00
parent 7eee2ec929
commit b3dce50ce4
4 changed files with 14 additions and 4 deletions

12
stack.env Normal file
View File

@@ -0,0 +1,12 @@
THRESHOLD_LISTENER_HOST=0.0.0.0
THRESHOLD_LISTENER_PORT=13867
THRESHOLD_LISTENER_SSL=1
THRESHOLD_RELAY_ENABLED=1
THRESHOLD_RELAY_HOST=0.0.0.0
THRESHOLD_RELAY_PORT=13868
THRESHOLD_RELAY_SSL=1
THRESHOLD_API_ENABLED=1
THRESHOLD_API_HOST=0.0.0.0
THRESHOLD_API_PORT=13869