cms/.env.example

30 lines
606 B
Plaintext

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 forward slashes in admin path!)
PUBLIC_URL=https://api.enderman.ch/cms
ADMIN_PATH=panel
STRAPI_ADMIN_BACKEND_URL=
STRAPI_TELEMETRY_DISABLED=true
# 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