Skip to content

How to generate INSTANCE_ID and APP_SECRET

INSTANCE_ID

openssl rand -hex 32

APP_SECRET - there is a command provided by Shopware

bin/console system:generate-app-secret

Run this in any Shopware project, like your local development environment and copy/paste the output.