-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env-example
More file actions
28 lines (20 loc) · 814 Bytes
/
.env-example
File metadata and controls
28 lines (20 loc) · 814 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
# Env variables for development.
# Copy this file to .env and fill with credentials. Never add .env to git! Protect your secrets.
# Environment, usually this is 'development' when it comes from the .env file but you can change it to 'production' for testing (just don't save .env to git)
NODE_ENV=development
# Debug is for running the API locally
DEBUG=true
# Mongodb connection string
MONGO_HOST=mongodb://localhost/itunes-epf
# Sentry authentication URL. Leave empty if you don't want to use Sentry.
SENTRY_URL=
# AWS credentials, only needed for logging
AWS_SECRET_ACCESS_KEY=
AWS_ACCESS_KEY_ID=
AWS_REGION=
# Log group where AWS CloudWatch should sent logs to. Leave empty to disable logging.
AWS_LOG_GROUP=
# iTunes EPF Username as provided by Apple
EPF_USERNAME=
# iTunes EPF Password
EPF_PASSWORD=