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.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/rwa/support/sessionservice/config.py b/rwa/support/sessionservice/config.py
index 7863751..a9f75e6 100644
--- a/rwa/support/sessionservice/config.py
+++ b/rwa/support/sessionservice/config.py
@@ -23,12 +23,6 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
-import usersettings
-
-user_settings = usersettings.Settings("org.ArcticaProject.RWASupportSessionService")
-user_settings.add_setting("web_app_hosts", list, ["http://127.0.0.1:8000"])
-user_settings.load_settings()
-
SUPPORTED_API_VERSIONS = [1]
API_PATH = "/app/rwasupport/api/"
ALLOW_ONLY_ONE_SESSION = True