aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJonathan Weth <git@jonathanweth.de>2020-07-29 18:07:21 +0200
committerJonathan Weth <git@jonathanweth.de>2020-07-29 18:07:21 +0200
commit7ca7079af96b294aaaac763b4d0b77a2cbc3d1fe (patch)
tree0281cb03a930811934fba829192fdbe83f3b1557 /docs
parentc1b88b5944156a7b5e7f34abe735047cff7092d7 (diff)
downloadRWA.Support.SessionService-7ca7079af96b294aaaac763b4d0b77a2cbc3d1fe.tar.gz
RWA.Support.SessionService-7ca7079af96b294aaaac763b4d0b77a2cbc3d1fe.tar.bz2
RWA.Support.SessionService-7ca7079af96b294aaaac763b4d0b77a2cbc3d1fe.zip
Add option to configure API URL
Diffstat (limited to 'docs')
-rw-r--r--docs/admin/02_config.rst12
1 files changed, 11 insertions, 1 deletions
diff --git a/docs/admin/02_config.rst b/docs/admin/02_config.rst
index 8666afa..83712f1 100644
--- a/docs/admin/02_config.rst
+++ b/docs/admin/02_config.rst
@@ -1,4 +1,14 @@
Configuration
=============
-TBA. \ No newline at end of file
+The configuration for the RWA Session Service have to be saved in ``/etc/rwa-session-service/settings.toml``.
+In the following you see an example configuration:
+
+::
+
+ api_url = "http://127.0.0.1"
+
+
+.. note::
+
+ Yes, there is just one parameter at the moment. \ No newline at end of file