-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathexample.env
More file actions
42 lines (35 loc) · 1.41 KB
/
example.env
File metadata and controls
42 lines (35 loc) · 1.41 KB
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
32
33
34
35
36
37
38
39
40
41
42
# ==============================================================================
# FCC - EXAMPLE ENVIRONMENT CONFIGURATION
# Copy this file to '.env'
# ==============================================================================
# ------------------------------------------------------------------------------
# 1. SHARED CONFIGURATION (same for all developers)
# ------------------------------------------------------------------------------
VITE_API_BASE_URL=
# DATABASE
NX_DB_HOST=localhost
NX_DB_USERNAME=postgres
NX_DB_PASSWORD=postgres
NX_DB_DATABASE=fcc_dev
NX_DB_PORT=5432
# COGNITO - Shared FCC Pool
COGNITO_USER_POOL_ID=
COGNITO_CLIENT_ID=
COGNITO_REGION=us-east-2
COGNITO_CLIENT_SECRET=
# AMAZON SES - Shared Dev Settings - use placeholder if don't have - if need, DM Bew
AWS_SES_REGION=us-east-2
AWS_SES_SENDER_EMAIL=placeholder@example.com
# The IDs below are for the SES service itself
AWS_SES_ACCESS_KEY_ID=placeholder
AWS_SES_SECRET_ACCESS_KEY=placeholder
# STRIPE - Shared Dev Test Keys - DM Bew
STRIPE_SECRET_KEY=
STRIPE_PUBLISHABLE_KEY=
STRIPE_WEBHOOK_SECRET=
# ------------------------------------------------------------------------------
# 2. UNIQUE PER DEVELOPER (Required for AWS/IAM access)
# ------------------------------------------------------------------------------
# Log into AWS Console -> IAM -> Users -> [Your User] -> Security Credentials -> Access Keys
NX_AWS_ACCESS_KEY=
NX_AWS_SECRET_ACCESS_KEY=