mirror of
https://github.com/solero/wand.git
synced 2025-08-09 20:24:07 +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:
@@ -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
|
||||
|
Reference in New Issue
Block a user