diff options
| author | Jonathan Weth <git@jonathanweth.de> | 2021-07-01 13:00:34 +0200 |
|---|---|---|
| committer | Jonathan Weth <git@jonathanweth.de> | 2021-07-01 13:00:34 +0200 |
| commit | 0d4fa0b19f3ff02cea3c01c9119767d9d27cceef (patch) | |
| tree | 355540ca58a3cef6622c312e06c646c25a3394db /rwa/support/sessionservice/config.py | |
| parent | 125b78b43f24dcbbe9d75879660a056920c72ea5 (diff) | |
| parent | 807200788a336d309909cb92ec03da0d5627acb5 (diff) | |
| download | RWA.Support.SessionService-0d4fa0b19f3ff02cea3c01c9119767d9d27cceef.tar.gz RWA.Support.SessionService-0d4fa0b19f3ff02cea3c01c9119767d9d27cceef.tar.bz2 RWA.Support.SessionService-0d4fa0b19f3ff02cea3c01c9119767d9d27cceef.zip | |
Merge branch 'master' into feature/api-handshake
Diffstat (limited to 'rwa/support/sessionservice/config.py')
| -rw-r--r-- | rwa/support/sessionservice/config.py | 6 |
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 |
