add ids for dev and staging server

This commit is contained in:
Andrii Marynets 2017-07-02 23:00:56 +03:00
parent 1f658a425f
commit 5ea35bd4d8
1 changed files with 3 additions and 1 deletions

View File

@ -517,5 +517,7 @@ DCL_SUPPORT_FROM_ADDRESS = env('DCL_SUPPORT_FROM_ADDRESS')
GOOGLE_ANALYTICS_PROPERTY_IDS = {
'datacenterlight.ch': 'UA-62285904-9',
'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'
}