Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/mikecao/umami into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecao committed Nov 4, 2021
2 parents a15dac0 + 2f33937 commit 33b87b4
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -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": "/"
}

0 comments on commit 33b87b4

Please sign in to comment.