aboutsummaryrefslogtreecommitdiff
path: root/rwa/support/sessionservice/config.py
diff options
context:
space:
mode:
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