This is a microservice-library for java of cryptic-game.
Just use the microservice template to use the latest version of this library.
To import this libary you can use maven like this:
FIX ME
The repository is hosted by JitPack.
Your microservice will be supported by the game-server of cryptic.
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 |
Visit our wiki for more information.