forked from shopware5/composer-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
24 lines (19 loc) · 817 Bytes
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Database credentials. Be sure to URL-encode any values containing special characters
# Format: mysql://username:password@host:port/database
DATABASE_URL=mysql://shopware:[email protected]:3600/sw-composer
# Environment
SHOPWARE_ENV="dev"
# Trustedproxies setting for e.g. using separate https proxy; use comma-separated IPs without spaces
TRUSTEDPROXIES=""
# Username and password for the initial admin account
# This info will be populated into the database during initial installation.
# After that, it can (and should) be removed from this .env file
ADMIN_NAME="Demo User"
ADMIN_USERNAME=demo
ADMIN_PASSWORD=demo
# Shop URL for initial shop configuration
SHOP_URL=https://composer.test/path
# Import demodata during initial shop installation
IMPORT_DEMODATA=y
INSTALL_IMAGES=y