Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document .env file requirements #56

Open
fisher60 opened this issue Jul 10, 2021 · 0 comments
Open

Document .env file requirements #56

fisher60 opened this issue Jul 10, 2021 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@fisher60
Copy link
Owner

sample .env:

# Django settings

DEBUG=True
DJANGO_SECRET_KEY=notasecretbutitstillworksasasecretshrug
POSTGRES_DB=postgres
POSTGRES_HOST=localhost
POSGRES_PASSWORD=postgres
POSTGRES_USER=postgres
DEBUG_HOST=127.0.0.1
ALLOWED_HOSTS=localhost,friendo-site
HOST_DNS=http://127.0.0.1:8000

# Discord Oauth
BOT_CLIENT_ID=your_discord_bot_client
DISCORD_AUTH_URL=your_discord_auth_url

BOT_CLIENT_SECRET=your_client_secret_here

Instructions also need to be added on getting the discord bot secrets. Such as building the auth url with scope=identify

@fisher60 fisher60 added the documentation Improvements or additions to documentation label Jul 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant