forked from GSA/datagov-infrastructure-live
-
Notifications
You must be signed in to change notification settings - Fork 0
/
env.sample
31 lines (24 loc) · 756 Bytes
/
env.sample
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
# Copy this to .env
# Source it to get your credentials setup
#
# $ source .env
# Sandbox secrets can be found in the terraform state.
#
# $ cd sandbox
# $ terraform output
#
export TF_VAR_catalog_db_password=
export TF_VAR_catalog_next_db_password=
export TF_VAR_catalog_next_redis_password=
export TF_VAR_dashboard_db_password=
export TF_VAR_inventory_db_password=
export TF_VAR_inventory_next_db_password=
export TF_VAR_inventory_next_redis_password=
export TF_VAR_wordpress_db_password=
unset AWS_SESSION_TOKEN
# Find these in the AWS console under your user's credentials.
export AWS_ACCESS_KEY_ID=
export AWS_SECRET_ACCESS_KEY=
export AWS_MFA_DEVICE_ARN=
export AWS_DEFAULT_REGION=us-east-1
eval "$(./bin/aws_temp_credentials.sh)"