summaryrefslogtreecommitdiff
path: root/api/pytest.ini
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2020-10-27 20:07:36 +0100
committerFabian Mastenbroek <mail.fabianm@gmail.com>2020-10-27 21:25:05 +0100
commit045a195366c03eb259669099a21adbf2c6754da1 (patch)
tree422f8c235d5430165d4e7eb1e7c1d9092b7b3519 /api/pytest.ini
parent38fc6fa35ca4545a6068aaa759359c271c9f5197 (diff)
Enable CORS for non-local deployments
This change enables CORS for non-local deployment in order to allow other domains to make requests from the browser to the OpenDC API.
Diffstat (limited to 'api/pytest.ini')
-rw-r--r--api/pytest.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/api/pytest.ini b/api/pytest.ini
index 775a8ff4..8c28be16 100644
--- a/api/pytest.ini
+++ b/api/pytest.ini
@@ -2,4 +2,3 @@
env =
OPENDC_FLASK_TESTING=True
OPENDC_FLASK_SECRET=Secret
- OPENDC_SERVER_BASE_URL=localhost