forked from dreamfactorysoftware/df-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dot-env
100 lines (82 loc) · 3.58 KB
/
dot-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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
##------------------------------------------------------------------------------
## Application Settings
##------------------------------------------------------------------------------
APP_ENV=local
APP_DEBUG=false
## Use 'php artisan key:generate' to generate a new key. Key size must be 16, 24 or 32.
APP_KEY=SomeRandomString
APP_LOG=single
##------------------------------------------------------------------------------
## Database Settings
##------------------------------------------------------------------------------
DB_DRIVER=pgsql
DB_HOST=db
DB_DATABASE=dreamfactory
DB_USERNAME=df_admin
DB_PASSWORD=df_admin
DB_PORT=5432
##------------------------------------------------------------------------------
## Cache and Session Settings
##------------------------------------------------------------------------------
CACHE_DRIVER=file
SESSION_DRIVER=array
MAIL_DRIVER=mail
##------------------------------------------------------------------------------
## Redis cache settings. Uncomment if the CACHE_DRIVER is changed to redis and
## the default values are not appropriate
##------------------------------------------------------------------------------
#REDIS_HOST=127.0.0.1
#REDIS_PORT=6379
#REDIS_DATABASE=
#REDIS_PASSWORD=
##------------------------------------------------------------------------------
## Memcached cache settings. Uncomment if the CACHE_DRIVER is changed to memcached
## and the default values are not appropriate
##------------------------------------------------------------------------------
#MEMCACHED_HOST=127.0.0.1
#MEMCACHED_PORT=11211
#MEMCACHED_WEIGHT=100
##------------------------------------------------------------------------------
## DreamFactory Settings
##------------------------------------------------------------------------------
## LOG Level. This is hierarchical and goes in the following order.
## DEBUG -> INFO -> NOTICE -> WARNING -> ERROR -> CRITICAL -> ALERT -> EMERGENCY
## If you set log level to WARNING then all WARNING, ERROR, CRITICAL, ALERT, and EMERGENCY
## will be logged. Setting log level to DEBUG will log everything. Default is WARNING.
DF_LOG_LEVEL=WARNING
## Setup, see config/df.php for details and defaults
DF_INSTALL=Docker
## If you are using an older installation of DreamFactory 2 and getting following error
## 'No supported encrypter found. The cipher and / or key length are invalid' then please
## uncomment the following line to use rijndael-128 cipher. Using this cipher requires the
## php mcrypt extension to be installed.
##DF_CIPHER=rijndael-128
##DF_INSTANCE_NAME=example.com
##DF_LOCAL_FILE_ROOT=app
##DF_LANDING_PAGE=/dreamfactory/dist/index.html
##DF_CACHE_TTL=300
##DF_ALLOW_FOREVER_SESSIONS=false
##DF_DB_MAX_RECORDS_RETURNED=1000
##DF_SQLITE_STORAGE=/opt/sqlite/databases
##DF_SCRIPTING_DISABLE=
##DF_NODEJS_PATH=/usr/local/bin/node
##DF_CACHE_PATH=/tmp/.df-cache
## FreeTDS configuration (Linux and OS X only), see config/df.php
##DF_FREETDS_SQLSRV=/usr/share/freetds/freetds.conf
##DF_FREETDS_SQLANYWHERE=/usr/share/freetds/freetds.conf
##DF_FREETDS_DUMP=/tmp/freetds.log
##DF_FREETDS_DUMPCONFIG=/tmp/freetdsconfig.log
## Session management, see config/jwt.php
##JWT_SECRET=
##DF_JWT_TTL=60
##DF_JWT_REFRESH_TTL=20160
##------------------------------------------------------------------------------
## Managed Settings
##------------------------------------------------------------------------------
##DF_MANAGED=false
##DF_MANAGED_LOG_PATH=/data/logs/instance
##DF_MANAGED_CACHE_PATH=/tmp/.df-cache
##DF_MANAGED_LOG_ROTATE_COUNT=5
##DF_MANAGED_LOG_FILE_NAME=
##DF_LIMITS_CACHE_STORE=dfe-limits
##DF_LIMITS_CACHE_PATH=/tmp/.df-cache/.limits