The official game server of Cryptic
10K+
The official game-server of cryptic-game.
This system connects the microservices with clients via json-based sockets.
Build the game-server by using mvn clean install .
Run it with java -jar target/server-0.1.0-jar-with-dependencies.jar .
| key | default value |
|---|---|
| MSSOCKET_HOST | 127.0.0.1 |
| MSSOCKET_PORT | 1239 |
| WEBSOCKET_HOST | 0.0.0.0 |
| WEBSOCKET_PORT | 80 |
| HTTP_PORT | 8080 |
| AUTH_ENABLED | true |
| STORAGE_LOCATION | data/ |
| SESSION_EXPIRE | 172800 |
| MYSQL_HOSTNAME | cryptic |
| MYSQL_PORT | 3306 |
| MYSQL_USERNAME | cryptic |
| MYSQL_PASSWORD | cryptic |
| MYSQL_DATABASE | cryptic |
| RESPONSE_TIMEOUT | 20 |
| PRODUCTIVE | true |
| LOG_LEVEL | INFO |
Pull the docker-image from Docker Hub!
Visit the wiki for more information.
Content type
Image
Digest
Size
109.1 MB
Last updated
almost 5 years ago
docker pull crypticcp/cryptic-game-server