-
Notifications
You must be signed in to change notification settings - Fork 2
/
.env
33 lines (28 loc) · 857 Bytes
/
.env
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
# Define your environment variables here in a FOO="bar" format.
#
# Later you can use them to start a Docker container:
# $ docker run --env-file ./.env [rest]
#
# This variables will replace any ${VAR_NAME} in your config (eg. config/confix.exs) files.
#
# Warning! Don't enclose your variable values with quotes ("),
# or they will appear in `sys.config` double-qouted!
# Database settings
DB_NAME=gateway_api_dev
DB_USER=postgres
DB_PASSWORD=postgres
DB_HOST=travis
DB_PORT=5432
# Seed and migrate DB on start
APP_RUN_SEED=true
APP_MIGRATE=true
SQL_SANDBOX=true
# Heroku requires env with this name
PORT=4000
# Phoenix endpoint settings
# APP_PORT=4000
APP_HOST=localhost
APP_SECRET_KEY=5AV58VAqzHG2td3sj7J/OXGLeK92clOPzhmbTi5E4jiWYXP39lNbYp/hNVuoCwCF
# Card Storage settings
CARD_TOKEN_EXPIRES_IN=1800000
CARD_DATA_ENCRYPTION_KEY=MyVerySecretToken