Some checks failed
Monorepo Pipeline / ⚡ Prioritize Release (push) Successful in 1s
Monorepo Pipeline / 🧪 Test (push) Successful in 2m2s
Monorepo Pipeline / 🧹 Lint (push) Successful in 2m14s
Monorepo Pipeline / 🚀 Release (push) Has been cancelled
Monorepo Pipeline / 🐳 Build Directus (Base) (push) Has been cancelled
Monorepo Pipeline / 🐳 Build Gatekeeper (Product) (push) Has been cancelled
Monorepo Pipeline / 🐳 Build Build-Base (push) Has been cancelled
Monorepo Pipeline / 🐳 Build Production Runtime (push) Has been cancelled
Monorepo Pipeline / 🏗️ Build (push) Has been cancelled
37 lines
905 B
Bash
37 lines
905 B
Bash
# Project
|
|
IMAGE_TAG=1.8.4
|
|
PROJECT_NAME=at-mintel
|
|
PROJECT_COLOR=#82ed20
|
|
GITEA_TOKEN=ccce002e30fe16a31a6c9d5a414740af2f72a582
|
|
|
|
# Authentication
|
|
GATEKEEPER_PASSWORD=mintel
|
|
AUTH_COOKIE_NAME=mintel_gatekeeper_session
|
|
|
|
# Host Config (Local)
|
|
TRAEFIK_HOST=at-mintel.localhost
|
|
DIRECTUS_HOST=cms-legacy.localhost
|
|
|
|
# Next.js
|
|
NEXT_PUBLIC_BASE_URL=http://at-mintel.localhost
|
|
|
|
# Directus
|
|
DIRECTUS_URL=http://cms-legacy.localhost
|
|
DIRECTUS_KEY=F9IIfahEjPq6NZhKyRLw516D8GotuFj79EGK7pGfIWg=
|
|
DIRECTUS_SECRET=OZfxMu8lBxzaEnFGRKreNBoJpRiRu58U+HsVg2yWk4o=
|
|
CORS_ENABLED=true
|
|
CORS_ORIGIN=true
|
|
LOG_LEVEL=debug
|
|
DIRECTUS_ADMIN_EMAIL=mmintel@mintel.me
|
|
DIRECTUS_ADMIN_PASSWORD=Tim300493.
|
|
DIRECTUS_DB_NAME=directus
|
|
DIRECTUS_DB_USER=directus
|
|
DIRECTUS_DB_PASSWORD=mintel-db-pass
|
|
|
|
# Sentry / Glitchtip
|
|
SENTRY_DSN=
|
|
|
|
# Analytics (Umami)
|
|
NEXT_PUBLIC_UMAMI_WEBSITE_ID=
|
|
NEXT_PUBLIC_UMAMI_SCRIPT_URL=https://analytics.infra.mintel.me/script.js
|