fix(heroku): Add OPERATOR to heroku deploy template

This commit is contained in:
FoxxMD
2021-11-15 17:11:57 -05:00
parent cf54502f0d
commit 2a9f01b928

View File

@@ -25,10 +25,15 @@
"required": false
},
"REDIRECT_URI": {
"description": "Redirect URI you specified when creating your Reddit ApApplication. Required if you want to use the web interface. In the provided example replace 'your-heroku-app-name' with the name of your HEROKU app.",
"description": "Redirect URI you specified when creating your Reddit Application. Required if you want to use the web interface. In the provided example replace 'your-heroku-app-name' with the name of your HEROKU app.",
"value": "https://your-heroku-6app-name.herokuapp.com/callback",
"required": false
},
"OPERATOR": {
"description": "Your reddit username WITHOUT any prefixes EXAMPLE /u/FoxxMD => FoxxMD. Specified user will be recognized as an admin.",
"value": "",
"required": false
},
"WIKI_CONFIG": {
"description": "Relative url to contextbot wiki page EX https://reddit.com/r/subreddit/wiki/<path>",
"value": "botconfig/contextbot",