Crosswordpuzzle¶
Table of contents¶
Configuration¶
Currently, the following things can be configured.
Frontend¶
In the frontend the following properties can be configured:
apiBaseUrlthe URL path to the crosswordpuzzle backend (to save the rounds and fetch questions)
These settings can be changed in the frontend by editing the file src/config.ts.
Backend¶
The backend can be configured via environment variables.
Alternatively you can edit the file src/main/resources/application.properties.
Spring Property |
Environment variable |
Description |
Default value |
|---|---|---|---|
|
|
The kind of database you are using |
|
|
|
The URL to the database |
|
|
|
The username to connect to the database |
|
|
|
The password to connect to the database |
|
|
|
Base path for the API |
|
|
|
URL of the overworld backend service |
|
|
|
Name of the issuer used in the authentication tokens |
|
|
|
URL to connect to keycloak in order to fetch the validation keys |
|
|
|
Path to serve the API documentation |
|
A complete list of options can be seen in the backend in src/main/resources/application.properties.