# HG changeset patch # User rougeronj # Date 1433441569 -7200 # Node ID 6803d581ff1923cc47a84fc76d0e03f6f1f198e5 # Parent 8bc06e007fd506a2580c0b9ae86ba69820f421d2 update config.tmpl and add auth_Jamespot (so jamespot can send us a jwt and log in automatically) diff -r 8bc06e007fd5 -r 6803d581ff19 server/config.py.tmpl --- a/server/config.py.tmpl Thu Jun 04 20:11:40 2015 +0200 +++ b/server/config.py.tmpl Thu Jun 04 20:12:49 2015 +0200 @@ -14,6 +14,7 @@ # SECURITY WARNING: keep the secret key used in production secret! SECRET_KEY = '' +AUTH_JAMESPOT = '' URL_JAMESPOT = 'http://fui-ammico.jamespot.pro/api/api.php?&k=API-KEY&d=YYYY-MM-DD&m=EXT-API&v=2.0' URL_EXALEAD = ''