mirror of
https://github.com/kremalicious/umami.git
synced 2024-12-18 15:23:38 +01:00
Merge pull request #834 from GrimZZZ-404/master
Added app.json for heroku
This commit is contained in:
commit
2f33937210
26
app.json
Normal file
26
app.json
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"name": "Umami",
|
||||||
|
"description": "Umami is a simple, fast, website analytics alternative to Google Analytics.",
|
||||||
|
"keywords": [
|
||||||
|
"analytics",
|
||||||
|
"charts",
|
||||||
|
"statistics",
|
||||||
|
"web-analytics"
|
||||||
|
],
|
||||||
|
"website": "https://umami.is",
|
||||||
|
"repository": "https://github.com/mikecao/umami",
|
||||||
|
"addons": [
|
||||||
|
"heroku-postgresql"
|
||||||
|
],
|
||||||
|
"env": {
|
||||||
|
"HASH_SALT": {
|
||||||
|
"description": "Used to generate unique values for your installation",
|
||||||
|
"required": true,
|
||||||
|
"generator": "secret"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"postdeploy": "psql $DATABASE_URL -f sql/schema.postgresql.sql"
|
||||||
|
},
|
||||||
|
"success_url": "/"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user