Skip to content
This repository has been archived by the owner on Dec 11, 2021. It is now read-only.

cryptic-game/java-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.