Skip to content

Commit

Permalink
Merge pull request #23 from netlify/heroku_button
Browse files Browse the repository at this point in the history
Fix Heroku button.
  • Loading branch information
calavera committed Mar 16, 2017
2 parents 1674ad2 + 441ab3f commit 4dda4e5
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 2 deletions.
33 changes: 33 additions & 0 deletions app.json
@@ -0,0 +1,33 @@
{
"name": "Gotrue",
"description": "",
"website": "https://www.gotrueapi.org",
"repository": "https://github.com/netlify/gotrue",
"env": {
"DATABASE_URL: {},
"GOTRUE_DB_DRIVER": {
"value": "sqlite3"
},
"GOTRUE_DB_AUTOMIGRATE": {
"value": true
},
"GOTRUE_DB_NAMESPACE": {
"value": "auth"
},
"GOTRUE_JWT_SECRET": {
"required": true
},
"GOTRUE_MAILER_ADMIN_EMAIL": {},
"GOTRUE_MAILER_HOST": {},
"GOTRUE_MAILER_MEMBER_FOLDER": {},
"GOTRUE_MAILER_PASS": {},
"GOTRUE_MAILER_PORT": {},
"GOTRUE_MAILER_SITE_URL": {},
"GOTRUE_MAILER_SUBJECTS_CONFIRMATION": {},
"GOTRUE_MAILER_SUBJECTS_RECOVERY": {},
"GOTRUE_MAILER_TEMPLATES_CONFIRMATION": {},
"GOTRUE_MAILER_TEMPLATES_EMAIL_CHANGE": {},
"GOTRUE_MAILER_TEMPLATES_RECOVERY": {},
"GOTRUE_MAILER_USER": {}
}
}
2 changes: 1 addition & 1 deletion www/site/data/landing.yaml
Expand Up @@ -13,7 +13,7 @@ sections:
body: |
First, you’ll need to get the API running on a server. You can do this quickly and easily with Heroku:
<a href="https://www.heroku.com/deploy/?template=https://github.com/heroku/node-js-getting-started"><img src="https://www.herokucdn.com/deploy/button.svg" alt="Deploy"></a>
<a href="https://www.heroku.com/deploy/?template=https://github.com/netlify/gotrue"><img src="https://www.herokucdn.com/deploy/button.svg" alt="Deploy"></a>
- headline: Endpoints
body: GoTrue exposes several endpoints. Details can be found in the [documentation](https://github.com/netlify/gotrue/blob/master/README.md).
- headline: Client-Side JavaScript Access with GoTrue JS
Expand Down
1 change: 0 additions & 1 deletion www/site/static/_redirects

This file was deleted.

0 comments on commit 4dda4e5

Please sign in to comment.