Skip to content

Commit

Permalink
Fix heroku config
Browse files Browse the repository at this point in the history
  • Loading branch information
kr45732 committed Jul 8, 2022
1 parent d9b73f2 commit b79a463
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 68 deletions.
65 changes: 0 additions & 65 deletions .github/workflows/publish.yml

This file was deleted.

7 changes: 4 additions & 3 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,19 @@
"env": {
"API_KEY": {
"description": "Key needed to access this API (NOT a Hypixel API key)",
"generator": "secret",
"required": true
},
"POSTGRES_URL": {
"description": "Full URL of a PostgreSQL database. Recommended to get a free database from Supabase.",
"required": true
},
"ADMIN_API_KEY": {
"description": "Admin key required to use raw SQL parameters. Will default to the API_KEY if not provided."
"description": "Admin key required to use raw SQL parameters. Will default to the API_KEY if not provided.",
"required": false
},
"WEBHOOK_URL": {
"description": "A discord webhook URL for logging."
"description": "A discord webhook URL for logging.",
"required": false
},
"BASE_URL": {
"description": "The base URL of the domain. Do not modify this.",
Expand Down

0 comments on commit b79a463

Please sign in to comment.