HOST=0.0.0.0 PORT=1337 # 16-byte Base64 messages: node -e "console.log(require('crypto').randomBytes(16).toString('base64'))" to generate APP_KEYS=,,, API_TOKEN_SALT= JWT_SECRET= ADMIN_JWT_SECRET= TRANSFER_TOKEN_SALT= # Build APP_DIRECTORY=/opt NODE_ENV=development # Miscellaneous (NO trailing slash under reverse proxy!) STRAPI_TELEMETRY_DISABLED=true STRAPI_ADMIN_BACKEND_URL=https://api.enderman.ch/cms ADMIN_PATH=panel # Database DATABASE_CLIENT=postgres DATABASE_HOST=127.0.0.1 DATABASE_PORT=5432 DATABASE_NAME=cms DATABASE_USERNAME=postgres DATABASE_PASSWORD=password DATABASE_SSL=false