-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample.env
More file actions
20 lines (15 loc) · 616 Bytes
/
sample.env
File metadata and controls
20 lines (15 loc) · 616 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Public key for Faucet nano wallet
FAUCET_PUBLIC_KEY=B52323B4031C9C9FDB8C94D5AF171E3167462609EDDA708CCDD99C6D377142A0
# Address of Faucet wallet
FAUCET_ADDRESS=nano_3fb56gt1896wmzfrs78oowdjwed9arm1mugtg48eupewfnuq4io1gfjors5j
# Run a local express server which emulates the Lambda
EXEC_LOCAL=false
# Manually disable the faucet if needed
DISABLE_FAUCET=false
# Usually leave this alone
AWS_DEFAULT_REGION=us-west-1
# Gotta set these
AWS_ACCESS_KEY_ID=VALID_AWS_ACCESS_KEY
AWS_SECRET_ACCESS_KEY=VALID_AWS_SECRET_KEY
FAUCET_PRIVATE_KEY=FAUCET_PRIVATE_KEY
CAPTCHA_SECRET=GOOGLE_RECAPTCHA_SECRET