1 parent edfefd1 commit ec93534Copy full SHA for ec93534
1 file changed
conf/config_defaults.py
@@ -10,6 +10,9 @@
10
GOOGLE_ANALYTICS_ACCOUNT = ''
11
SASSC_LOCATION = 'sassc'
12
13
+# Preferred company identifier scheme
14
+COMPANY_ID_SCHEME = os.getenv("COMPANY_ID_SCHEME",'GB-COH')
15
+
16
17
# URL format provider://username:password@host:port/databasename
18
DATABASE_URL = os.getenv("DATABASE_URL", 'postgres://bluetail:bluetail@localhost:5432/bluetail')
0 commit comments