Skip to content

Commit

Permalink
tidy comments in .env_sample for #174
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Jan 30, 2022
1 parent 4c32cc5 commit e0a3d2b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .env_sample
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
export ADMIN_EMAIL=youremail@gmail.com
export ADMIN_EMAIL=admin@yourmail.com
export AUTH_URL=dwylauth.herokuapp.com
export SECRET_KEY_BASE=2PzB7PPnpuLsbWmWtXpGyI+kfSQSQ1zUW2Atz/+8PdZuSEJzHgzGnJWV35nTKRwx
export ENCRYPTION_KEYS='nMdayQpR0aoasLaq1g94FLba+A+wB44JLko47sVQXMg=,L+ZVX8iheoqgqb22mUpATmMDsvVGtafoAeb0KN5uWf0='

# We use these two Oauth2 Providers:
# https://github.com/dwyl/elixir-auth-github
export GITHUB_CLIENT_ID=CreateGitHubApp
export GITHUB_CLIENT_SECRET=SuperSecret

# https://github.com/dwyl/elixir-auth-google
export GOOGLE_CLIENT_ID=YourAppsClientId.apps.googleusercontent.com
export GOOGLE_CLIENT_SECRET=SuperSecret

# Optional for sending emails:
export EMAIL_APP_URL=https://dwylmail.herokuapp.com

# Export this once your the auth db is initialized
# Export AUTH_API_KEY once you have run Auth.Init.main/0
export AUTH_API_KEY=2PzB7PPnpuLsbWmWtXpGyI+kfSQSQ1zUW2Atz/+8PdZuSEJzHgzGnJWV35nTKRwx/dwylauth.herokuapp.com

0 comments on commit e0a3d2b

Please sign in to comment.