Remove @strapi/plugin-cloud (deploy is self-hosted via Docker/Ansible, never Strapi Cloud), disable the admin NPS/Enterprise-promotion flags (single-admin panel, no upsell needed), disable Strapi's anonymous telemetry, and prune dev dependencies from the production Docker image layer.
10 lines
236 B
Bash
10 lines
236 B
Bash
HOST=0.0.0.0
|
|
PORT=1337
|
|
APP_KEYS="toBeModified1,toBeModified2"
|
|
API_TOKEN_SALT=tobemodified
|
|
ADMIN_JWT_SECRET=tobemodified
|
|
TRANSFER_TOKEN_SALT=tobemodified
|
|
JWT_SECRET=tobemodified
|
|
ENCRYPTION_KEY=tobemodified
|
|
STRAPI_TELEMETRY_DISABLED=true
|