We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa861eb commit f00ab28Copy full SHA for f00ab28
1 file changed
collectoss/api/routes/config.py
@@ -6,7 +6,7 @@
6
from flask import request, jsonify, current_app
7
import sqlalchemy as s
8
9
-# Disable the requirement for SSL by setting env["AUGUR_DEV"] = True
+# Disable the requirement for SSL by setting env["COLLECTOSS_DEV"] = True
10
from collectoss.application.config import get_development_flag
11
from collectoss.application.db.lib import get_session
12
from collectoss.application.db.models import Config
0 commit comments