// SYSTEM PANEL //
[ROOT]
/
var
/
softaculous
/
shopware
[ PARENT ]
EDIT :: .env.local
APP_SECRET=[[APP_SECRET]] APP_URL=[[softurl]]/public DATABASE_URL=mysql://[[softdbuser]]:[[softdbpass]]@[[softdbhost]]:3306/[[softdb]] COMPOSER_HOME=[[softpath]]/var/cache/composer INSTANCE_ID=[[instance_id]] BLUE_GREEN_DEPLOYMENT=1 OPENSEARCH_URL=http://localhost:9200 ADMIN_OPENSEARCH_URL=http://localhost:9200
SAVE
CANCEL