aboutsummaryrefslogtreecommitdiff
path: root/app.json
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-08-18 18:12:34 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-08-18 18:12:34 +0200
commit7febe6fa9b1c81105fe3f81677233182ff2712ac (patch)
treea6375994f05b163fe0128d1dacc1f4f080017804 /app.json
parentUpdated NEWS.rst. (diff)
downloadnewspipe-7febe6fa9b1c81105fe3f81677233182ff2712ac.tar.gz
newspipe-7febe6fa9b1c81105fe3f81677233182ff2712ac.tar.bz2
newspipe-7febe6fa9b1c81105fe3f81677233182ff2712ac.zip
Configuration variables has been updated.
Diffstat (limited to 'app.json')
-rw-r--r--app.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/app.json b/app.json
index d7cfd521..873086c0 100644
--- a/app.json
+++ b/app.json
@@ -13,10 +13,10 @@
},
"env": {
"HEROKU": "1",
- "ADMIN_PLATFORM_EMAIL": "admin@no-reply.org",
+ "ADMIN_EMAIL": "root@pyAggr3g470r.localhost",
+ "ADMIN_PASSWORD": "password",
"RECAPTCHA_PRIVATE_KEY": "REDACTED",
- "RECAPTCHA_PUBLIC_KEY": "REDACTED",
- "ADMIN_EMAIL": "admin@no-reply.org"
+ "RECAPTCHA_PUBLIC_KEY": "REDACTED"
},
"addons": [
"heroku-postgresql:hobby-dev"
bgstack15