-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env
More file actions
23 lines (20 loc) · 476 Bytes
/
.env
File metadata and controls
23 lines (20 loc) · 476 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Debug
# -----
DEBUG=true # IMPORTANT: Disable this for production environment
# App settings
# -----------------------
# Define your own salt or app will use generated one
# SECURITY_SALT=
DB_HOST=db
DB_PASSWORD=cakepass # Change password for production environment
DB_NAME=cake
DB_USER=cake
# Redis
# -----
REDIS_HOST=redis
REDIS_PORT=6379
# Database
# --------
POSTGRES_PASSWORD=cakepass # Change password for production environment
POSTGRES_USER=cake
POSTGRES_DB=cake