API Server
Learn how to configure the Jikkou API server.
Jikkou API Server is built with Micronaut Framework.
The default configuration file is located in the installation directory of you server under the
path /etc/application.yaml
.
You can either modify this configuration file directly or create a new one.
Then, your configuration file path can be targeted through the MICRONAUT_CONFIG_FILES
environment variable.
A YAML Configuration file example can be found here: application.yaml
Learn how to configure the Jikkou API server.
Learn how to secure access to Jikkou API server.
Learn how to configure Jikkou CLI in proxy mode.