10 lines
314 B
Bash
10 lines
314 B
Bash
# Strapi secrets - change these in production!
|
|
JWT_SECRET=your-jwt-secret-here
|
|
ADMIN_JWT_SECRET=your-admin-jwt-secret-here
|
|
APP_KEYS=your-app-key-1,your-app-key-2
|
|
API_TOKEN_SALT=your-api-token-salt
|
|
TRANSFER_TOKEN_SALT=your-transfer-token-salt
|
|
|
|
# Optional: Strapi API token for backend integration
|
|
STRAPI_API_TOKEN=
|