cryptic-game / java-lib

A java libary for cryptic-game microservices

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cryptic-java-lib

This is a microservice-library for java of cryptic-game.

Quick-Start

Just use the microservice template to use the latest version of this library.

Maven

To import this libary you can use maven like this:

FIX ME

The repository is hosted by JitPack.

Test it!

Your microservice will be supported by the game-server of cryptic.

Environment variables

Key Default Value
MSSOCKET_HOST 127.0.0.1
MSSOCKET_PORT 1239
SQL_SERVER_TYPE MARIADB_10_03
SQL_SERVER_LOCATION //localhost:3306
SQL_SERVER_USERNAME cryptic
SQL_SERVER_PASSWORD cryptic
SQL_SERVER_DATABASE cryptic
PRODUCTIVE true
STORAGE_LOCATION data/
LOG_LEVEL WARN

Wiki

Visit our wiki for more information.

About

A java libary for cryptic-game microservices

https://cryptic-game.net/

License:GNU Affero General Public License v3.0


Languages

Language:Java 100.0%