Created
November 2, 2024 16:30
-
-
Save mh61503891/13e5411863eb6d34ed438d9189488c47 to your computer and use it in GitHub Desktop.
Fishing Cat Server: app.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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