katerberg / 9th-seed

Twitch Bot and API for Vintage Rotisserie Draft
GNU Affero General Public License v3.0
1 stars 0 forks source link

dotenv to setup custom configuration per event #1

Closed wizbright closed 2 years ago

wizbright commented 5 years ago

Using dotenv and allowing links and other customize-able options easily configured in a file.

# Documents
GOOG_SPREADSHEET=foo.bar
CHALLONGE=fizz.buzz
# Custom vars
FOO=bar
katerberg commented 5 years ago

This should include things like:

wizbright commented 5 years ago

We can honestly put most of the creds in a .env and keep most of the messages and other text and links in json format as you have already with the current creds.

katerberg commented 2 years ago

Done as a first step, but could use additions

katerberg commented 2 years ago

Closing this out since it's now using parts of it. If there's particular things that should be pulled out, then having issues/PRs for those individually would be great!