- Repository: GitHub
POSTGRES_URL
: url of the Postgres serverPOSTGRES_PORT
: port of the Postgres serverPOSTGRES_DB
: name of the Postgres databasePOSTGRES_USERNAME
: username of the Postgers userPOSTGRES_PASSWORD
: password of the Postgres userSPRING_PROFILES_ACTIVE
: Spring comma-separated profiles. Default:dev
,api-docs
,no-security
. Values:dev
: db logs and errors are returned on responsesprod
: need to specify postgres connectionsno-security
: filers are disablesapi-docs
: enable/v3/api-docs
and/swagger-ui.html
endpoints
JWT_ISSUER_URI
: uri of the JWT issuer, e.g.http://keycloak:9090/realms/app
KAFKA_CONSUMER_BOOTSTRAP_SERVERS
: consumer bootstrap servers for Apache KafkaMAIL_TOPIC
: name of the mail topic. Default:mail.json
OPENAPI_BASE_URL
: base url of this service that will appear in the OpenAPI documentation. Defaulthttp://localhost:${PORT}
PORT
: server port. Default:8080