summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Pfuetzenreuter2022-05-12 23:04:25 +0200
committerGeorg Pfuetzenreuter2022-05-12 23:04:25 +0200
commitd586c35b4e1e18f938a48aed0c74ef5f1eea5e71 (patch)
tree6fb3959252ea5a53d596b40c6c4d99f920ae50a3
downloadpubsh-web.wiki-d586c35b4e1e18f938a48aed0c74ef5f1eea5e71.tar.gz
pubsh-web.wiki-d586c35b4e1e18f938a48aed0c74ef5f1eea5e71.tar.bz2
pubsh-web.wiki-d586c35b4e1e18f938a48aed0c74ef5f1eea5e71.zip
Update 'Environment variables'HEADmaster
-rw-r--r--Environment-variables.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/Environment-variables.md b/Environment-variables.md
new file mode 100644
index 0000000..e85bc2a
--- /dev/null
+++ b/Environment-variables.md
@@ -0,0 +1,18 @@
+# **DRAFT**
+## Configuration
+
+Application requires the following variables to be set. As an alternative to setting the environment variables, the respective lines in `application.properties` can be adjusted, or Java runtime parameters may be passed.
+
+
+* `CONTAINER_API`
+* `DB`
+* `DB_HOST`
+* `DB_SECRET`
+* `DB_USER`
+* `KC_HOST`
+* `KC_PORT`
+* `KC_REALM`
+* `KC_RESOURCE`
+* `LOGLEVEL`
+
+`LOGLEVEL` is optional and defaults to `INFO`. The other values are mandatory, the application will fail to operate without them. \ No newline at end of file