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
Last updated
Was this helpful?
INSTANCE_ID
openssl rand -hex 32
APP_SECRET - there is a command provided by Shopware
bin/console system:generate-app-secret
Last updated
Was this helpful?