Files
docs-app/.env.production.example
Gerhard Scheikl 982f4109cf
Some checks are pending
Deploy Next.js site to Pages / build (push) Waiting to run
Deploy Next.js site to Pages / search-tests (push) Blocked by required conditions
Deploy Next.js site to Pages / deploy (push) Blocked by required conditions
use local git repo - basic features seem to work
2026-04-01 20:18:20 +02:00

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=