aboutsummaryrefslogtreecommitdiffstats
path: root/.env.example
blob: 6b81d1b01deffd9096cb2b9ead37402f64646b82 (plain) (blame)
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
34
35
36
37
HOST=127.0.0.1
PORT=3333
NODE_ENV=development

APP_NAME=Ferdi-server
APP_URL=http://${HOST}:${PORT}
EXTERNAL_DOMAIN=ferdi.domain.tld

CACHE_VIEWS=false

APP_KEY=

DATA_DIR=/data

DB_CONNECTION=sqlite
DB_HOST=127.0.0.1
DB_PORT=3306
DB_USER=root
DB_PASSWORD=
DB_DATABASE=ferdi

DB_SSL=false

HASH_DRIVER=bcrypt

IS_CREATION_ENABLED=true
IS_DASHBOARD_ENABLED=true
IS_REGISTRATION_ENABLED=true
CONNECT_WITH_FRANZ=true

MAIL_CONNECTION=smtp
SMTP_PORT=2525
SMTP_HOST=127.0.0.1
MAIL_USERNAME=username
MAIL_PASSWORD=password
MAIL_SENDER=noreply@getferdi.com
MAIL_SSL=true