forked from mohiva/play-silhouette-seed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
22 lines (22 loc) · 762 Bytes
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "play-silhouette-seed-postgres",
"description": "Seed project to show how Silhouette can be implemented into a Play Framework application.",
"keywords": [
"Play",
"Silhouette"
],
"website": "https://github.com/PhilAndrew/play-silhouette-slick3-postgres-seed",
"repository": "https://github.com/PhilAndrew/play-silhouette-slick3-postgres-seed",
"success_url": "/",
"env": {
"BUILDPACK_URL": "https://github.com/heroku/heroku-buildpack-scala.git",
"PLAY_CONF_FILE": "application.prod.conf",
"PLAY_APP_SECRET": "changeme",
"FACEBOOK_CLIENT_ID": "",
"FACEBOOK_CLIENT_SECRET": "",
"GOOGLE_CLIENT_ID": "",
"GOOGLE_CLIENT_SECRET": "",
"TWITTER_CONSUMER_KEY": "",
"TWITTER_CONSUMER_SECRET": ""
}
}