Skip to content

Where is default environment properties saved? #2180

Discussion options

You must be logged in to vote

Hey @kukuhprastyono thanks for asking!

The docker image is built with the default application.properties file the one found in resource/main/application.properties in both core and cluster-api.

We have a couple of options to override that configuration, we do have some documentation on how to configure the docker images here

However I am a heavy user of docker myself and I like to use an external application.properties.

To do this i update the docker compose with an additional environment variable see
SPRING_CONFIG_LOCATION: "/klaw/klaw-application.properties"

Within this klaw-application.properties I define all the details from SSO and SSL to my database connection string.

Similarly I do…

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@aindriu-aiven
Comment options

@kukuhprastyono
Comment options

@aindriu-aiven
Comment options

@muralibasani
Comment options

@kukuhprastyono
Comment options

Answer selected by kukuhprastyono
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants