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

# The application ID used to to uniquely store session and cache data, mutex locks, and more
APP_ID=CraftCMS--d5627554-acde-46cb-9e41-94099360547d

# The secure key Craft will use for hashing and encrypting data
SECURITY_KEY=TXd_cmlTc2fZd0Suy8FfkbkhmaqRiOTi

# Database Configuration
DB_DRIVER=mysql
DB_SERVER=localhost
DB_PORT=3306
DB_DATABASE=addons_craft_demo
DB_USER=addons_craft_demo
DB_PASSWORD=yjuFz2wswNab
DB_SCHEMA=
DB_TABLE_PREFIX=

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

PRIMARY_SITE_URL=https://atweb.space/sub/craft-demo/cms/web

