Add Sahana Humanitarian.ID OAuth stub. Related to #122

This commit is contained in:
Disassembler 2017-12-01 21:23:02 +01:00
parent 7b478f22db
commit dd2966883f

View File

@ -177,6 +177,10 @@ settings.frontpage.rss = [
#settings.auth.google_id = "" #settings.auth.google_id = ""
#settings.auth.google_secret = "" #settings.auth.google_secret = ""
# Humanitarian.ID OAuth
settings.auth.humanitarian_id_client_id = "id"
settings.auth.humanitarian_id_client_secret = "secret"
# Pootle server # Pootle server
# settings.L10n.pootle_url = "http://pootle.sahanafoundation.org/" # settings.L10n.pootle_url = "http://pootle.sahanafoundation.org/"
# settings.L10n.pootle_username = "username" # settings.L10n.pootle_username = "username"