Files
license-managent-system/.env.example
2026-07-20 21:41:51 +02:00

27 lines
950 B
Plaintext

# Public URL used in signed hybrid/online licenses.
LICENSE_PUBLIC_URL=http://localhost:8091
LICENSE_ADDRESS=:8091
LICENSE_BRAND=Universal License Platform
LICENSE_DATA_FILE=/data/platform.json
# Generate once: openssl rand -base64 32
# Never rotate this value without decrypting and re-encrypting the data store.
LICENSE_MASTER_KEY=
# Or use Docker/Kubernetes secrets:
# LICENSE_MASTER_KEY_FILE=/run/secrets/license_master_key
# Used only while the data store has no administrator account.
LICENSE_BOOTSTRAP_ADMIN_USER=admin
LICENSE_BOOTSTRAP_ADMIN_NAME=Administrator
LICENSE_BOOTSTRAP_ADMIN_PASSWORD=
# LICENSE_BOOTSTRAP_ADMIN_PASSWORD_FILE=/run/secrets/bootstrap_password
# Optional bearer token for the management API. Use at least 32 random bytes.
LICENSE_ADMIN_API_TOKEN=
# LICENSE_ADMIN_API_TOKEN_FILE=/run/secrets/admin_api_token
LICENSE_SESSION_TTL=12h
LICENSE_DEFAULT_LEASE_TTL=1h
LICENSE_MAX_LEASE_TTL=24h
LICENSE_SECURE_COOKIES=false