move server address and verify ssl out of const

This commit is contained in:
bittles
2023-01-03 22:39:20 -05:00
parent 29b36a3529
commit 43bdf849c9
2 changed files with 7 additions and 7 deletions
+1 -3
View File
@@ -9,6 +9,4 @@ CONF_COUNTRY = "country"
CONF_CONTINENT = "continent"
#bumper config vars
CONF_BUMPER = "bumper"
CONF_BUMPER_SERVER = "bumper_server"
SERVER_ADDRESS = None
VERIFY_SSL = True
CONF_BUMPER_SERVER = "bumper_server"