-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add extra information regarding certificates
- Loading branch information
Mick Vermeulen
authored and
Mick Vermeulen
committed
Sep 16, 2020
1 parent
ed6fdf0
commit 6489675
Showing
6 changed files
with
46 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,23 @@ | ||
# Configuration file for Uchu Docker | ||
DATABASE_PORT=5432 | ||
REDIS_PORT=6379 | ||
ADMINER_PORT=8080 | ||
DATA_FOLDER=./data | ||
# Only this variable has to be changed | ||
GAME_FOLDER=/res | ||
|
||
# Postgres specific setup | ||
# No modifications needed by default | ||
DATA_FOLDER=./data | ||
CERTIFICATE=./cert.pfx | ||
|
||
# Postgres specific setup, no modifications needed by default | ||
POSTGRES_USER=uchu | ||
POSTGRES_PASSWORD=uchu | ||
POSTGRES_DB=uchu | ||
|
||
# Uchu specific setup | ||
CHARACTER_PORT=2002 | ||
API_PORT=10000 | ||
MAX_WORLD_SERVERS=100 | ||
# Should be API_PORT + MAX_WORLD_SERVERS | ||
MAX_API_PORT=10100 | ||
# Exposed Uchu specific setup, no modifications needed by default | ||
DATABASE_PORT=5432 | ||
REDIS_PORT=6379 | ||
ADMINER_PORT=8080 | ||
UCHU_HANDSHAKE_PORT=1001 | ||
UCHU_CHARACTER_PORT=2002 | ||
UCHU_CHAT_PORT=2004 | ||
UCHU_API_PORT_RANGE=10000-10100 | ||
UCHU_WORLD_PORT_RANGE=20000-20100 | ||
UCHU_SERVER_PORT=21836 | ||
UCHU_AUTH_PORT=40000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule Uchu
updated
from 837e20 to 33fc2f
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters