Skip to content

Commit

Permalink
🐛 Fix olarkid decouple
Browse files Browse the repository at this point in the history
  • Loading branch information
msfernandes authored Apr 11, 2018
1 parent d59bea2 commit 5ed61aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/edemocracia/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,4 +296,4 @@

# THIRD PARTY LIBRARIES
GOOGLE_ANALYTICS_ID = config('GOOGLE_ANALYTICS_ID', default=None)
OLARK_ID = config('GOOGLE_ANALYTICS_ID', default=None)
OLARK_ID = config('OLARK_ID', default=None)

0 comments on commit 5ed61aa

Please sign in to comment.