forked from eusonlito/Server-Monitor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
48 lines (39 loc) · 790 Bytes
/
Copy path.env.example
File metadata and controls
48 lines (39 loc) · 790 Bytes
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
APP_NAME="Server Monitor"
APP_ENV=production
APP_KEY=
APP_DEBUG=false
APP_URL=
APP_HTTPS=true
APP_LOCALE=es
APP_TIMEZONE=UTC
LOG_CHANNEL=stack
LOG_REQUEST=false
LOG_DATABASE=false
AUTH_CHECK_ALLOWED=4
AUTH_CHECK_TIME=300
AUTH_LOCK_TIME=120
AUTH_IP_WHITELIST=
DB_DATABASE=storage/database/database.sqlite
DB_LOG=false
DB_LOG_BACKTRACE=false
DB_LOG_TIME=false
QUEUE_CONNECTION=sync
QUEUE_SCHEDULE=true
CACHE_ENABLED=true
CACHE_DRIVER=redis
CACHE_PREFIX=server-monitor-cache-
CACHE_VERSION=
CACHE_TTL=3600
REDIS_CLIENT=phpredis
REDIS_HOST=127.0.0.1
REDIS_PASSWORD=
REDIS_PORT=6379
REDIS_QUEUE=server-monitor
REDIS_PREFIX=server-monitor-
SESSION_DRIVER=file
SESSION_LIFETIME=45000
SESSION_COOKIE=session
SESSION_DOMAIN=
DEBUGBAR_ENABLED=false
SENTRY_DSN=
SENTRY_TRACES_SAMPLE_RATE=0.0