aboutsummaryrefslogtreecommitdiffstats
path: root/src/internal-server/env.ini
blob: 87a347921228b9af7c70c85bcc88a50eb8de07c3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
HOST=localhost
PORT=45569
NODE_ENV=development
APP_NAME=Ferdium Internal Server
APP_URL=http://${HOST}:${PORT}
CACHE_VIEWS=false
APP_KEY=FERDIUMINTERNALSERVER
DB_CONNECTION=sqlite
DB_HOST=localhost
DB_PORT=3306
DB_USER=root
DB_PASSWORD=
DB_DATABASE=ferdium
HASH_DRIVER=bcrypt
IS_CREATION_ENABLED=true
CONNECT_WITH_FRANZ=true