-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.env.sample
42 lines (30 loc) · 974 Bytes
/
.env.sample
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
# Environment (prod or local)
APP_ENV=local
# Debug mode set to TRUE disables view caching and enables higher verbosity
DEBUG=true
# Verbosity level
VERBOSITY_LEVEL=verbose # basic, verbose, debug
# Set to an application specific value, used to encrypt/decrypt cookies etc
ENCRYPTER_KEY={encrypt-key}
# Monolog
MONOLOG_DEFAULT_CHANNEL=default # Use "roadrunner" channel if you want to use RoadRunner logger
MONOLOG_DEFAULT_LEVEL=DEBUG # DEBUG, INFO, NOTICE, WARNING, ERROR, CRITICAL, ALERT, EMERGENCY
# Telemetry
TELEMETRY_DRIVER=null
# Session
SESSION_LIFETIME=86400
SESSION_COOKIE=sid
# Authorization
AUTH_TOKEN_TRANSPORT=cookie
AUTH_TOKEN_STORAGE=session
# Set to TRUE to disable confirmation in `migrate` commands
SAFE_MIGRATIONS=true
# Database
DB_CONNECTION=sqlite
# Cycle Bridge (Don't forget to set `CYCLE_SCHEMA_CACHE` to `true` in production)
CYCLE_SCHEMA_CACHE=false
CYCLE_SCHEMA_WARMUP=false
# Sentry
SENTRY_DSN=null
# Internationalization
LOCALE=en