-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
43 lines (33 loc) · 1.38 KB
/
.env.example
File metadata and controls
43 lines (33 loc) · 1.38 KB
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
# The environment Craft is currently running in ('dev', 'staging', 'production', etc.)
ENVIRONMENT="dev"
# The secure key Craft will use for hashing and encrypting data
SECURITY_KEY=""
# The database driver that will be used ('mysql' or 'pgsql')
DB_DRIVER="mysql"
# The database server name or IP address (usually this is 'localhost' or '127.0.0.1')
DB_SERVER="localhost"
# The database username to connect with
DB_USER="root"
# The database password to connect with
DB_PASSWORD=""
# The name of the database to select
DB_DATABASE=""
# The database schema that will be used (PostgreSQL only)
DB_SCHEMA="public"
# The prefix that should be added to generated table names (only necessary if multiple things are sharing the same database)
DB_TABLE_PREFIX=""
# The port to connect to the database with. Will default to 5432 for PostgreSQL and 3306 for MySQL.
DB_PORT=""
MAIN_SITE="http://lakes-leisure-estates.test/"
LONG_ASHES="http://long-ashes.test/"
BELLA_VISTA="http://bella-vista.test/"
TATTENHALL="http://tattenhall.test/"
DEGANWY="http://deganwy-marina.test/"
SAUL_JUNCTION="http://saul-junction.test/"
GREAT_HAYWOOD="http://great-haywood.test/"
HUNGERFORD="http://hungerford.test/"
GAMEKEEPERS="http://gamekeepers.test/"
LONG_ASHES_SPA="http://long-ashes-pure-spa.test/"
BOAT_SALES="http://boat-sales.test/"
ROYDON="http://roydon-marina.localhost/"
GROUP_MARINAS="http://group-marinas.localhost/"