-
Notifications
You must be signed in to change notification settings - Fork 58
/
Copy path.env.example
28 lines (22 loc) · 1004 Bytes
/
.env.example
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
API_PORT="3000"
ENVIRONMENT="DEVELOPMENT"
MIGRATIONS_PATH="migrations"
DB_USER="maria"
DB_PASSWORD="123"
DB_ROOT_PASSWORD="123"
DB_DATABASE="petdex"
DB_HOST="db"
DB_PORT="3306"
MIGRATION_HOST="localhost"
REDIS_HOST="pet-dex-cache"
REDIS_PORT="6379"
REDIS_PASSWORD="123"
JWT_SECRET=MIGeMA0GCSqGSIb3DQEBAQUAA4GMADCBiAKBgHQ5BWxB9NlRB89pOVY320IISVsSCOLKtGy0nVybrHNdzIhQW64XN8af66SvAN4CG9ZuzH73iGOFUXoMTwy1bDKsoxrRgybEoHA8wZxw0yOItYoQ8HY6fzLJTEmHtMTPLKCqhZe70vEBK/N69dJhZWL0MH4UeQwLgibIrCoPQuhbAgMBAAE
# Get at https://console.cloud.google.com/apis/credentials follow https://developers.google.com/identity/sign-in/web/sign-in instructions
GOOGLE_OAUTH_CLIENT_ID=
GOOGLE_OAUTH_CLIENT_SECRET=
# The redirect URL should be in the Authorized redirect URIs at https://console.cloud.google.com/apis/credentials and this URL should be the login page that will call the fetch to google login
GOOGLE_REDIRECT_URL=
# Get at https://developers.facebook.com/ creating an app.
FACEBOOK_APP_ID=
FACEBOOK_APP_SECRET=