Skip to content

Instantly share code, notes, and snippets.

@mh61503891
Created November 2, 2024 16:30
Show Gist options
  • Select an option

  • Save mh61503891/13e5411863eb6d34ed438d9189488c47 to your computer and use it in GitHub Desktop.

Select an option

Save mh61503891/13e5411863eb6d34ed438d9189488c47 to your computer and use it in GitHub Desktop.
Fishing Cat Server: app.json
{
"name": "Fishing Cat Server",
"description": "Fishing Cat Server",
"repository": "https://github.com/fishing-cat/fishing-cat-server",
"website": "https://github.com/fishing-cat/fishing-cat-server",
"keywords": ["phishing", "security", "ruby", "rails", "cat", "rails"],
"scripts": {
"postdeploy": "bundle exec rails db:prepare"
},
"addons": ["heroku-postgresql"],
"success_url": "/admin",
"env": {
"FISHING_CAT_ADMIN_REALM": {
"value": "admin"
},
"FISHING_CAT_ADMIN_USERNAME": {
"value": "admin"
},
"FISHING_CAT_ADMIN_PASSWORD": {
"value": "admin"
}
},
"buildpacks": [
{
"url": "heroku/ruby"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment