Environment variables
List of environment variables that can be changed, with descriptions
Variable
Default value
Description
SERVER_PORT
8080
Port on which the application will run
APP_LOG_LEVEL
INFO
Application logging level (project-related classes)
ADMIN_PREFIX
/admin
Prefix for the admin endpoint's path
STUB_DATA
data
Catalog where stubs are stored
RECOVERY_NOA
5
Number Of Attempts for recovery after a compilation error
WATCH_ENABLED
true
Keep track of changes in the catalog($STUB_DATA
)
Last updated