Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Commit

Permalink
Add missing ENV settings for review apps
Browse files Browse the repository at this point in the history
  • Loading branch information
JPrevost committed Nov 9, 2015
1 parent 9415b75 commit 7447bc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app.json
Expand Up @@ -4,6 +4,8 @@
"postdeploy": "python manage.py db upgrade"
},
"env": {
"GEOSERVER_AUTH_USER": "username",
"GEOSERVER_AUTH_PASS": "securepassword",
"GEOSERVER_DATASTORE": "data",
"GEOSERVER_PUBLIC_URL": "http://example.com/geoserver/",
"GEOSERVER_RESTRICTED_URL": "http://example.com/secure-geoserver/",
Expand Down

0 comments on commit 7447bc6

Please sign in to comment.