Update flyerimport. flutter timeout 300 sek
This commit is contained in:
+40
-37
@@ -1,42 +1,45 @@
|
||||
# Kopiera till .env och fyll i riktiga värden
|
||||
# cp .env.example .env
|
||||
|
||||
# MariaDB
|
||||
MARIADB_ROOT_PASSWORD=byt-ut-mig
|
||||
MARIADB_DATABASE=recipe_app
|
||||
MARIADB_USER=recipe_user
|
||||
MARIADB_PASSWORD=byt-ut-mig
|
||||
|
||||
# Auth.js / NextAuth
|
||||
# Generera med: openssl rand -base64 32
|
||||
AUTH_SECRET=byt-ut-mig
|
||||
|
||||
# JWT (NestJS backend)
|
||||
# Generera med: openssl rand -base64 32
|
||||
# OBS: Appen vägrar starta om detta saknas.
|
||||
JWT_SECRET=byt-ut-mig
|
||||
|
||||
# Kopiera till .env och fyll i riktiga värden
|
||||
# cp .env.example .env
|
||||
|
||||
# MariaDB
|
||||
MARIADB_ROOT_PASSWORD=byt-ut-mig
|
||||
MARIADB_DATABASE=recipe_app
|
||||
MARIADB_USER=recipe_user
|
||||
MARIADB_PASSWORD=byt-ut-mig
|
||||
|
||||
# Auth.js / NextAuth
|
||||
# Generera med: openssl rand -base64 32
|
||||
AUTH_SECRET=byt-ut-mig
|
||||
|
||||
# JWT (NestJS backend)
|
||||
# Generera med: openssl rand -base64 32
|
||||
# OBS: Appen vägrar starta om detta saknas.
|
||||
JWT_SECRET=byt-ut-mig
|
||||
|
||||
# Mistral AI
|
||||
# Hämtas från: https://console.mistral.ai/
|
||||
MISTRAL_API_KEY=
|
||||
FLYER_AI_TIMEOUT_MS=45000
|
||||
FLYER_AI_RETRIES=2
|
||||
|
||||
# Publik URL (används av frontend)
|
||||
NEXT_PUBLIC_APP_URL=https://recept.gynther.se
|
||||
NEXT_PUBLIC_API_URL=https://recept.gynther.se
|
||||
# CORS — tillåtna origins för backend-API (normalt samma som APP_URL)
|
||||
ALLOWED_ORIGIN=https://recept.gynther.se
|
||||
|
||||
# Importer integration
|
||||
IMPORTER_SERVICE_URL=http://importer-api:3001
|
||||
RECEIPT_TRACE_DECISIONS=0
|
||||
|
||||
# Optional webhook hardening
|
||||
GITEA_WEBHOOK_SECRET=
|
||||
|
||||
# Bootstrap-användare (skapas/uppdateras vid appstart)
|
||||
ADMIN_NADMIN_PASSWORD=byt-ut-mig
|
||||
ADMIN_PADMIN_PASSWORD=byt-ut-mig
|
||||
SEED_USER1_PASSWORD=byt-ut-mig
|
||||
SEED_USER2_PASSWORD=byt-ut-mig
|
||||
FLYER_AI_DEBUG=0
|
||||
# Linux-container: /app/debug, lokalt: ./debug
|
||||
FLYER_AI_DEBUG_DIR=/app/debug
|
||||
|
||||
# Publik URL (används av frontend)
|
||||
NEXT_PUBLIC_APP_URL=https://recept.gynther.se
|
||||
NEXT_PUBLIC_API_URL=https://recept.gynther.se
|
||||
# CORS — tillåtna origins för backend-API (normalt samma som APP_URL)
|
||||
ALLOWED_ORIGIN=https://recept.gynther.se
|
||||
|
||||
# Importer integration
|
||||
IMPORTER_SERVICE_URL=http://importer-api:3001
|
||||
RECEIPT_TRACE_DECISIONS=0
|
||||
|
||||
# Optional webhook hardening
|
||||
GITEA_WEBHOOK_SECRET=
|
||||
|
||||
# Bootstrap-användare (skapas/uppdateras vid appstart)
|
||||
ADMIN_NADMIN_PASSWORD=byt-ut-mig
|
||||
ADMIN_PADMIN_PASSWORD=byt-ut-mig
|
||||
SEED_USER1_PASSWORD=byt-ut-mig
|
||||
SEED_USER2_PASSWORD=byt-ut-mig
|
||||
|
||||
Reference in New Issue
Block a user