Skip to content

Commit 999e1f7

Browse files
chore : enable mapswipe by default
1 parent 0e36f2c commit 999e1f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/fairproject/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ def get_allowed_hosts():
477477

478478
### Mapswipe block
479479

480-
ENABLE_MAPSWIPE_INTEGREATION = False
480+
ENABLE_MAPSWIPE_INTEGREATION = True
481481

482482
MAPSWIPE_BACKEND_URL = env("MAPSWIPE_BACKEND_URL", default="https://backend-2.mapswipe.dev.togglecorp.com")
483483
MAPSWIPE_MANAGER_URL = env("MAPSWIPE_MANAGER_URL", default="https://manager-2.mapswipe.dev.togglecorp.com")

0 commit comments

Comments
 (0)