Add gcm vars for notifs backend.

This commit is contained in:
Ralph Bean 2013-12-13 16:55:06 +00:00
parent b6c1c67545
commit 3ee79e5e24

View file

@ -34,8 +34,8 @@ config = {
"fmn.irc.timeout": 120,
# GCM - Android notifs
"fmn.gcm.post_url": "wat",
"fmn.gcm.api_key": "wat",
"fmn.gcm.post_url": "{{ notifs_gcm_post_url }}",
"fmn.gcm.api_key": "{{ notifs_gcm_api_key }}",
# Confirmation urls:
"fmn.base_url": base,