mirror of
https://github.com/solero/wand.git
synced 2025-10-10 17:28:01 +00:00
Add snowflake configuration to wand (#34)
* Change url of wns server * Add snowflake submodule * Add snowflake docker deployment * Update submodule * Update submodule * Refactor snowflake compose * Fast-forward snowflake submodule * Add snowflake configuration to `.env` * Set force start for regular game to `False` * Add host & port configuration * Add wns url for language-specific sites * Add snowflake to submodule sync * Add snowflake configuration to install script
This commit is contained in:
16
install.sh
16
install.sh
@@ -59,9 +59,10 @@ git clone --recurse-submodules https://github.com/solero/wand && cd wand
|
||||
echo "Done Downloading the game files."
|
||||
sudo rm -r .env
|
||||
|
||||
echo "# database
|
||||
echo "# Database
|
||||
POSTGRES_USER=postgres
|
||||
POSTGRES_PASSWORD=$dbpass
|
||||
|
||||
# Web
|
||||
WEB_PORT=80
|
||||
WEB_HOSTNAME=$hostname
|
||||
@@ -79,7 +80,18 @@ WEB_SENDGRID_KEY=
|
||||
|
||||
# Game
|
||||
GAME_ADDRESS=$ipadd
|
||||
GAME_LOGIN_PORT=6112" > .env
|
||||
GAME_LOGIN_PORT=6112
|
||||
|
||||
# Snowflake
|
||||
SNOWFLAKE_HOST=$ipadd
|
||||
SNOWFLAKE_PORT=7002
|
||||
|
||||
APPLY_WINDOWMANAGER_OFFSET=False
|
||||
|
||||
ALLOW_FORCESTART_SNOW=False
|
||||
ALLOW_FORCESTART_TUSK=True
|
||||
|
||||
MATCHMAKING_TIMEOUT=30" > .env
|
||||
|
||||
echo "Done!"
|
||||
|
||||
|
Reference in New Issue
Block a user