aboutsummaryrefslogtreecommitdiff
path: root/rwa/support/sessionservice/config.py
diff options
context:
space:
mode:
authorJonathan Weth <mail@jonathanweth.de>2021-07-01 11:01:23 +0000
committerJonathan Weth <mail@jonathanweth.de>2021-07-01 11:01:23 +0000
commitf2b1dc8e53f5dbe353a9c35c37550d00ba206bdb (patch)
tree355540ca58a3cef6622c312e06c646c25a3394db /rwa/support/sessionservice/config.py
parent807200788a336d309909cb92ec03da0d5627acb5 (diff)
parent0d4fa0b19f3ff02cea3c01c9119767d9d27cceef (diff)
downloadRWA.Support.SessionService-f2b1dc8e53f5dbe353a9c35c37550d00ba206bdb.tar.gz
RWA.Support.SessionService-f2b1dc8e53f5dbe353a9c35c37550d00ba206bdb.tar.bz2
RWA.Support.SessionService-f2b1dc8e53f5dbe353a9c35c37550d00ba206bdb.zip
Merge branch 'feature/api-handshake' into 'master'
Implement API handshake See merge request remotewebapp/rwa.support.sessionservice!8
Diffstat (limited to 'rwa/support/sessionservice/config.py')
-rw-r--r--rwa/support/sessionservice/config.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/rwa/support/sessionservice/config.py b/rwa/support/sessionservice/config.py
index f334e81..a9f75e6 100644
--- a/rwa/support/sessionservice/config.py
+++ b/rwa/support/sessionservice/config.py
@@ -22,3 +22,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
+
+SUPPORTED_API_VERSIONS = [1]
+API_PATH = "/app/rwasupport/api/"
+ALLOW_ONLY_ONE_SESSION = True