27 lines
597 B
Plaintext
27 lines
597 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
|
|
|
|
# Gitea Git Provider
|
|
GITEA_TOKEN=your-gitea-api-token
|
|
GITEA_OWNER=LinumIQ
|
|
GITEA_REPO=docs
|
|
GITEA_URL=https://git.linumiq.com
|
|
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=
|