-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
25 lines (25 loc) · 788 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
23
24
25
{
"name": "Ory/Krato Heroku deployment",
"description": "A simple template to deploy Ory/Krato on Heroku",
"logo": "https://i.imgur.com/ATSG4w3.png",
"keywords": [
"ory/kratos",
"auth",
"identities management",
"productivity"
],
"repository": "https://github.com/dzungtran/ory-kratos-on-heroku",
"website": "https://github.com/dzungtran/ory-kratos-on-heroku",
"success_url": "https://github.com/dzungtran/ory-kratos-on-heroku",
"env": {
"BASE64_ENCODED_KRATOS_CONFIG": {
"description": "To overwrite current kratos.yaml. Please encode base64 file content before paste to this config as a value",
"required": false
}
},
"addons": [
{
"plan": "heroku-postgresql"
}
]
}