-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.env.dist
40 lines (32 loc) · 1.12 KB
/
.env.dist
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
#this template with default values for development on docker
APP_ENV=dev
APP_SECRET=replace_secret
# webpack build folder /public/<APP_WEBPACK_FOLDER>
# !!! PLEASE set build for development
APP_WEBPACK_FOLDER=assets
# activation and forgot password
APP_USER_TOKEN_EXPIRATION=1440 # minutes
# remember me expiration 2592000 = 30 days in seconds
APP_REMEMBERME_EXPIRATION=2592000
MYSQL_URL=mysql://dev:dev@mysql:3306/dev
DATABASE_HOST=db
DATABASE_PORT=8123
DATABASE_USER=default
DATABASE_PASSWORD=
DATABASE_DBNAME=logs
DATABASE_THREADS=1
###> symfony/mailer ###
MAILER_DSN=smtp://mailhog:1025
APP_EMAIL_FROM=no-reply@localhost
APP_EMAIL_SUPPORT=support@localhost
###< symfony/mailer ###
## Regular interval in minutes
ALERT_REGULAR_INTERVAL=1
##Logview export directory, this directory will be created under /public
LOGVIEW_EXPORT_DIRECTORY=/exports
LOGVIEW_EXPORT_EXPIRY="+7 days"
# To prevent memory issue we split huge export data in to many small packet
# every packet have maximum 24 hours in query filter and you can change it here
# by this, if you export 30 days data, it will split to 30 packet
LOGVIEW_EXPORT_MAX_RANGE=24
API_TOKEN=