Gamedoora Configuration Service provides all the configuration for all the Gamedoora services.
The service is backed by properties files in the configs
directory of the user's home directory.
- JDK 17
- Maven 3.3 or higher
./mvnw clean install
- Create directory named
configs
in your home directory. - Add service specific properties files in the
configs
directory with names as per the convention in the conventions section. - The properties files should have properties defined as follows:
<service_name>.prop1=value1
A sample properties file can be found in the sample directory.
- <service_name>.properties
- <service_name>..properties