-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathProcfile
1 lines (1 loc) · 1.02 KB
/
Procfile
1
web: target/start -Dhttp.port=${PORT} -Dmongodb.uri=$MONGOHQ_URL -Dsocial.betaseries.secret=$BETASERIES_SECRET -Dsocial.twitter.clientId=$TWITTER_CLIENTID -Dsocial.twitter.secret=$TWITTER_SECRET -Dsocial.scoopit.clientId=$SCOOPIT_CLIENTID -Dsocial.scoopit.secret=$SCOOPIT_SECRET -Dsocial.facebook.clientId=$FACEBOOK_CLIENTID -Dsocial.facebook.secret=$FACEBOOK_SECRET -Dsocial.googleplus.clientId=$GOOGLEPLUS_CLIENTID -Dsocial.googleplus.secret=$GOOGLEPLUS_SECRET -Dsocial.viadeo.clientId=$VIADEO_CLIENTID -Dsocial.viadeo.secret=$VIADEO_SECRET -Dsocial.linkedin.clientId=$LINKEDIN_CLIENTID -Dsocial.linkedin.secret=$LINKEDIN_SECRET -Dsocial.github.clientId=$GITHUB_CLIENTID -Dsocial.github.secret=$GITHUB_SECRET -Dsocial.stackexchange.clientId=$STACKEXCHANGE_CLIENTID -Dsocial.stackexchange.secret=$STACKEXCHANGE_SECRET -Dsocial.stackexchange.key=$STACKEXCHANGE_KEY -Dsocial.trello.clientId=$TRELLO_CLIENTID -Dsocial.trello.secret=$TRELLO_SECRET -Dsocial.bitbucket.clientId=$BITBUCKET_CLIENTID -Dsocial.bitbucket.secret=$BITBUCKET_SECRET ${JAVA_OPTS}