cryptic-game / server

official game-server of cryptic-game

Home Page:https://server.cryptic-game.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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
SQL_SERVER_TYPE MARIADB_10_03
SQL_SERVER_LOCATION //localhost:3306
SQL_SERVER_USERNAME cryptic
SQL_SERVER_PASSWORD cryptic
SQL_SERVER_DATABASE cryptic
RESPONSE_TIMEOUT 20
PRODUCTIVE true
LOG_LEVEL WARN

Docker

Docker Hub

Pull the docker-image from Docker Hub!

Documentation

Visit the wiki for more information.

About

official game-server of cryptic-game

https://server.cryptic-game.net

License:GNU Affero General Public License v3.0


Languages

Language:Java 99.3%Language:Dockerfile 0.7%