From 7ca7079af96b294aaaac763b4d0b77a2cbc3d1fe Mon Sep 17 00:00:00 2001 From: Jonathan Weth Date: Wed, 29 Jul 2020 18:07:21 +0200 Subject: Add option to configure API URL --- docs/admin/02_config.rst | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'docs') 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 -- cgit v1.2.3