23 lines
486 B
Plaintext
23 lines
486 B
Plaintext
# Self-hosted TinaCMS Production Environment
|
|
# Copy this to .env and fill in the values
|
|
|
|
# Authentication
|
|
NEXTAUTH_SECRET=change-me-to-a-random-secret
|
|
NEXTAUTH_URL=https://docs.linumiq.com
|
|
|
|
# Git branch
|
|
TINA_GIT_BRANCH=main
|
|
|
|
# Redis (internal docker network)
|
|
KV_REST_API_TOKEN=change-me-to-a-random-token
|
|
REDIS_PASSWORD=change-me-to-a-random-password
|
|
|
|
# Site
|
|
NEXT_PUBLIC_SITE_URL=https://docs.linumiq.com
|
|
|
|
# Optional
|
|
# NEXT_PUBLIC_GTM_ID=
|
|
# GITHUB_TOKEN=
|
|
# GITHUB_REPO=
|
|
# GITHUB_OWNER=
|