-
-
Notifications
You must be signed in to change notification settings - Fork 864
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
199 additions
and
89 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
{ | ||
"name": "Tabbycat", | ||
"description": "Debating tournament tabulation software for British Parliamentary and a variety of two-team parliamentary formats", | ||
"repository": "https://github.com/TabbycatDebate/tabbycat", | ||
"keywords": ["debate", "debating"], | ||
"website": "https://tabbycat.readthedocs.io/", | ||
"logo": "https://raw.githubusercontent.com/TabbycatDebate/tabbycat/develop/tabbycat/static/logo-48x48.png", | ||
"addons": [ | ||
"papertrail", | ||
"rediscloud:30", | ||
"heroku-postgresql:mini", | ||
{ | ||
"plan": "heroku-redis:mini", | ||
"options": { | ||
"maxmemory-policy": "allkeys-lru", | ||
"timeout": 1800 | ||
} | ||
} | ||
], | ||
"env": { | ||
"DJANGO_SECRET_KEY": { | ||
"description": "A secret key for cryptographic signing of user sessions.", | ||
"generator": "secret" | ||
}, | ||
"TAB_DIRECTOR_EMAIL": { | ||
"description": "Your email address. Tabbycat's developers may need to contact you to help diagnose any unexpected errors.", | ||
"value": "" | ||
}, | ||
"TIME_ZONE": { | ||
"description": "The time zone name in the IANA tz database for the tournament's location. Examples: America/Los_Angeles, Europe/Dublin, Africa/Johannesburg. You can look up yours in the 'TZ*' column at http://wikipedia.org/wiki/List_of_tz_database_time_zones#List", | ||
"value": "Australia/Melbourne" | ||
}, | ||
"DISABLE_COLLECTSTATIC": { | ||
"description": "Leave this as-is.", | ||
"value": "1" | ||
}, | ||
"ON_HEROKU": { | ||
"description": "Leave this as-is.", | ||
"value": "1" | ||
} | ||
}, | ||
"formation": { | ||
"web": { | ||
"quantity": 1, | ||
"size": "eco" | ||
}, | ||
"worker": { | ||
"quantity": 1, | ||
"size": "eco" | ||
} | ||
}, | ||
"buildpacks": [ | ||
{ "url": "https://github.com/heroku/heroku-buildpack-nginx.git" }, | ||
{ "url": "heroku/nodejs" }, | ||
{ "url": "heroku/python" } | ||
], | ||
"stack": "heroku-22", | ||
"success_url": "/start/" | ||
} |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
This file contains 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
Oops, something went wrong.