first version which seems to run
This commit is contained in:
26
.env.production.example
Normal file
26
.env.production.example
Normal file
@@ -0,0 +1,26 @@
|
||||
# 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=
|
||||
Reference in New Issue
Block a user