Sign inSign up

crypticcp/cryptic-game-server

By crypticcp

Updated almost 5 years ago

The official game server of Cryptic

Image
1

10K+

crypticcp/cryptic-game-server repository overview

game-server Coverage

The official game-server of cryptic-game.
This system connects the microservices with clients via json-based sockets.

Run!

Build..

Build the game-server by using mvn clean install .

Execute

Run it with java -jar target/server-0.1.0-jar-with-dependencies.jar .

Environment variables
keydefault value
MSSOCKET_HOST127.0.0.1
MSSOCKET_PORT1239
WEBSOCKET_HOST0.0.0.0
WEBSOCKET_PORT80
HTTP_PORT8080
AUTH_ENABLEDtrue
STORAGE_LOCATIONdata/
SESSION_EXPIRE172800
MYSQL_HOSTNAMEcryptic
MYSQL_PORT3306
MYSQL_USERNAMEcryptic
MYSQL_PASSWORDcryptic
MYSQL_DATABASEcryptic
RESPONSE_TIMEOUT20
PRODUCTIVEtrue
LOG_LEVELINFO

Docker

Docker Hub

Pull the docker-image from Docker Hub!

Documentation

Visit the wiki for more information.

Tag summary

Content type

Image

Digest

Size

109.1 MB

Last updated

almost 5 years ago

docker pull crypticcp/cryptic-game-server