Skip to content
Snippets Groups Projects
Commit 9a3dbc71 authored by Fredrik Jonsson's avatar Fredrik Jonsson
Browse files

Correcting Heroku pipline app.json parameters.

parent 42dd4fe5
No related branches found
No related tags found
No related merge requests found
......@@ -18,9 +18,6 @@
"NPM_CONFIG_PRODUCTION": {
"required": true
},
"PRIMARY_HOST": {
"required": true
},
"SECRET_KEY": {
"required": true
},
......@@ -32,6 +29,9 @@
},
"SOCIAL_AUTH_GOOGLE_OAUTH2_SECRET": {
"required": true
},
"SOCIAL_AUTH_GOOGLE_OAUTH2_WHITELISTED_DOMAINS": {
"required": true
}
},
"formation": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment