add ids for dev and staging server
This commit is contained in:
parent
1f658a425f
commit
5ea35bd4d8
1 changed files with 3 additions and 1 deletions
|
@ -517,5 +517,7 @@ DCL_SUPPORT_FROM_ADDRESS = env('DCL_SUPPORT_FROM_ADDRESS')
|
||||||
GOOGLE_ANALYTICS_PROPERTY_IDS = {
|
GOOGLE_ANALYTICS_PROPERTY_IDS = {
|
||||||
'datacenterlight.ch': 'UA-62285904-9',
|
'datacenterlight.ch': 'UA-62285904-9',
|
||||||
'digitalglarus.ch': 'UA-62285904-2',
|
'digitalglarus.ch': 'UA-62285904-2',
|
||||||
'127.0.0.1:8000': 'test'
|
'127.0.0.1:8000': 'localhost',
|
||||||
|
'dynamicweb-development.ungleich.ch': 'development',
|
||||||
|
'dynamicweb-staging.ungleich.ch': 'staging'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue