-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
23 lines (21 loc) · 787 Bytes
/
.env.example
File metadata and controls
23 lines (21 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# ============================================
# ============================================
# ROUTES CONFIGURATIONS
# ============================================
# ============================================
ROUTE_RELATIVE_PATH=''
ROUTE_ABSOLUTE_PATH="http://localhost:8080${ROUTE_RELATIVE_PATH}"
# ============================================
# ============================================
# LOG AND ERRORS
# ============================================
# ============================================
DISPLAY_ERROR_DETAILS=true
LOG_ERRORS=true
LOG_ERRORS_DETAILS=true
# ============================================
# ============================================
# TWIG
# ============================================
# ============================================
TWIG_CACHE=false