mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 18:37:33 -04:00
Changest made to fix things.
Signed-off-by: Cliff Hill <clifford.hill@gsa.gov>
This commit is contained in:
+1
-1
@@ -169,7 +169,7 @@
|
|||||||
"filename": "app/config.py",
|
"filename": "app/config.py",
|
||||||
"hashed_secret": "577a4c667e4af8682ca431857214b3a920883efc",
|
"hashed_secret": "577a4c667e4af8682ca431857214b3a920883efc",
|
||||||
"is_verified": false,
|
"is_verified": false,
|
||||||
"line_number": 112,
|
"line_number": 111,
|
||||||
"is_secret": false
|
"is_secret": false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
+1
-2
@@ -1,4 +1,3 @@
|
|||||||
from concurrent.futures import ThreadPoolExecutor
|
|
||||||
import json
|
import json
|
||||||
from os import getenv
|
from os import getenv
|
||||||
|
|
||||||
@@ -119,7 +118,7 @@ class Development(Config):
|
|||||||
|
|
||||||
class Test(Development):
|
class Test(Development):
|
||||||
TESTING = True
|
TESTING = True
|
||||||
WTF_CSRF_ENABLED = False # If enabled, pytest breaks.
|
WTF_CSRF_ENABLED = False # If enabled, pytest breaks.
|
||||||
ASSET_DOMAIN = "static.example.com"
|
ASSET_DOMAIN = "static.example.com"
|
||||||
ASSET_PATH = "https://static.example.com/"
|
ASSET_PATH = "https://static.example.com/"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user