-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.env.example.dev
More file actions
35 lines (28 loc) · 873 Bytes
/
.env.example.dev
File metadata and controls
35 lines (28 loc) · 873 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
# Read about configuration, here:
# https://craftcms.com/docs/4.x/config/
# The application ID used to to uniquely store session and cache data, mutex locks, and more
CRAFT_APP_ID=
# The environment Craft is currently running in (dev, staging, production, etc.)
CRAFT_ENVIRONMENT=dev
PRIMARY_SITE_URL=
# The secure key Craft will use for hashing and encrypting data
CRAFT_SECURITY_KEY=
# Database connection settings
CRAFT_DB_DRIVER=mysql
CRAFT_DB_SERVER=db
CRAFT_DB_PORT=3306
CRAFT_DB_DATABASE=db
CRAFT_DB_USER=db
CRAFT_DB_PASSWORD=db
CRAFT_DB_SCHEMA=public
CRAFT_DB_TABLE_PREFIX=
# General settings (see config/general.php)
DEV_MODE=true
ALLOW_ADMIN_CHANGES=true
DISALLOW_ROBOTS=true
# Email configuration
EMAIL_SENDER_NAME="Project Name"
EMAIL_SYSTEM_ADDRESS="mailer@village.one"
# Knock-Knock plugin configuration
KNOCK_KNOCK_ENABLED=false
KNOCK_KNOCK_PASSWORD=