# The environment Craft is currently running in (dev, staging, production, etc.)
ENVIRONMENT=prod

# The application ID used to to uniquely store session and cache data, mutex locks, and more
APP_ID=CraftCMS--9bef390c-b106-494b-abd5-db988b01e113

# The secure key Craft will use for hashing and encrypting data
SECURITY_KEY=QWbz9rG0jmt3wuTK1IE5Y0Levij-Id4Y

# Database Configuration
DB_DRIVER=mysql
DB_SERVER=127.0.0.1
DB_PORT=3306
DB_DATABASE=addons_wvtrust
DB_USER=addons_wvtrust
DB_PASSWORD=fDndccMTtuQA
DB_SCHEMA=
DB_TABLE_PREFIX=

# The URI segment that tells Craft to load the control panel
CP_TRIGGER=admin

PRIMARY_SITE_URL=https://wvtrust.atweb.space/
