forked from Zynx64/hydralite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
31 lines (26 loc) · 964 Bytes
/
.env.example
File metadata and controls
31 lines (26 loc) · 964 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# The setup env file generator script might not contains the needed,
# so we just made an example dotenv file so you can rock on.
### OAuth Providers ###
# GitHub OAuth: https://github.com/settings/developer/oauth
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
# Discord: https://discord.com/developers/applications - OAuth provider support currently under development
DISCORD_CLIENT_ID=
DISCORD_CLIENT_SECRET=
# Google: https://cloud.google.com - OAuth provider support currently under development
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
# Twitter: https://developers.twitter.com - OAuth provider support currently under development
TWITTER_CLIENT_ID=
TWITTER_CLIENT_SECRET=
### Database ###
# Postgres
DATABASE_URL=postgresql://postgres@localhost/postgres
# Redis
REDIS_URL=redis://default@localhost
### Email ###
# TODO: Add SMTP env vars here
### Payment Processors/Gateways ###
# TODO: Add Stripe API stuff here
### Bug Logging ###
# TODO: Add Sentry stuff here