Files
docs-app/.env.production.example
T
Gerhard Scheikl 982f4109cf
Deploy Next.js site to Pages / build (push) Has been cancelled
Deploy Next.js site to Pages / search-tests (push) Has been cancelled
Deploy Next.js site to Pages / deploy (push) Has been cancelled
use local git repo - basic features seem to work
2026-04-01 20:18:20 +02:00

23 lines
486 B
Bash

# 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=