mirror of
https://github.com/solero/wand.git
synced 2024-11-23 05:57:22 +00:00
Add dash configuration for card-jitsu snow (#35)
* Remove `SNOWFLAKE_HOST` from docker compose file * Update dash config template
This commit is contained in:
parent
bb33fbd9ae
commit
a55c8cd660
@ -210,7 +210,7 @@ services:
|
||||
networks:
|
||||
- wand
|
||||
ports:
|
||||
- ${SNOWFLAKE_HOST}:${SNOWFLAKE_PORT}:${SNOWFLAKE_PORT}
|
||||
- ${SNOWFLAKE_PORT}:${SNOWFLAKE_PORT}
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
|
@ -157,5 +157,17 @@ LOGIN_FAILURE_TIMER = 3600
|
||||
LOGIN_FAILURE_LIMIT = 5
|
||||
|
||||
|
||||
"""
|
||||
Card-Jitsu Snow
|
||||
---------------
|
||||
CJS_HOST : str
|
||||
External ip or domain of the Card-Jitsu Snow game server.
|
||||
CJS_PORT : int
|
||||
Port of the Card-Jitsu Snow game server.
|
||||
"""
|
||||
CJS_HOST = '{{ .Env.SNOWFLAKE_HOST }}'
|
||||
CJS_PORT = {{ .Env.SNOWFLAKE_PORT }}
|
||||
|
||||
|
||||
# For more configuration settings see
|
||||
# https://sanic.readthedocs.io/en/latest/sanic/config.html#builtin-configuration-values
|
||||
|
Loading…
Reference in New Issue
Block a user