Skip to content
This repository was archived by the owner on Nov 25, 2021. It is now read-only.

Commit fd9a42a

Browse files
committed
Add app.json for feature app creation
1 parent 6be8c3f commit fd9a42a

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

Diff for: app.json

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "Junto",
3+
"repository": "https://github.com/elixir-berlin/junto",
4+
"env": {
5+
"SECRET_KEY_BASE": {
6+
"description": "A secret key for verifying the integrity.",
7+
"generator": "secret"
8+
}
9+
},
10+
"stack": "container",
11+
"formation": {
12+
"web": {
13+
"quantity": 1,
14+
"size": "free"
15+
}
16+
},
17+
"addons": [
18+
"heroku-postgresql"
19+
]
20+
}

0 commit comments

Comments
 (0)