forked from dannecker/report.api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
30 lines (25 loc) · 863 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
# 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!
# This cookie is used for authorization purposes when you join Erlang VM nodes into cluster
ERLANG_COOKIE=2/xF2/JsTH7rezSHEKB01vdNqYLvdXXjIT+Rosl4maInstNlBdEhZqYSuERHwYSs
# Database settings
DB_NAME=report_dev
DB_USER=postgres
DB_PASSWORD=postgres
DB_HOST=travis
DB_PORT=5432
# Migrate DB on start
DB_MIGRATE=true
# Phoenix endpoint settings
PORT=4000
HOST=localhost
SECRET_KEY=vYrXFUEmATvNE7P7ozaHpEh80MubPEY2xUwwfz1i8GPJIXnzWWRnFAAyxURMv1H/
# Configure Logger severity
LOG_LEVEL=warn