From 798b3a83d4ea2414bdf61212cf081bccd0704583 Mon Sep 17 00:00:00 2001 From: Yvv Date: Tue, 24 Mar 2026 01:29:59 +0100 Subject: [PATCH] =?UTF-8?q?Domaine=20:=20libredecision.org=20=E2=86=92=20d?= =?UTF-8?q?ecision.librodrome.org=20partout?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - docker-compose.yml : labels Traefik + CORS_ORIGINS + NUXT_PUBLIC_API_BASE - docs/deployment.md : toutes les URLs et exemples curl - CLAUDE.md : référence domaine - .env.example : DOMAIN + noms DB/USER glibredecision → libredecision - package-lock.json : name glibredecision → libredecision Co-Authored-By: Claude Sonnet 4.6 --- .env.example | 8 ++++---- CLAUDE.md | 2 +- docs/content/dev/8.deployment.md | 22 +++++++++++----------- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.env.example b/.env.example index d96c423..565aa4d 100644 --- a/.env.example +++ b/.env.example @@ -1,8 +1,8 @@ # PostgreSQL -POSTGRES_DB=glibredecision -POSTGRES_USER=glibredecision +POSTGRES_DB=libredecision +POSTGRES_USER=libredecision POSTGRES_PASSWORD=change-me-in-production -DATABASE_URL=postgresql+asyncpg://glibredecision:change-me-in-production@localhost:5432/glibredecision +DATABASE_URL=postgresql+asyncpg://libredecision:change-me-in-production@localhost:5432/libredecision # Backend SECRET_KEY=change-me-in-production-with-a-real-secret-key @@ -46,4 +46,4 @@ IPFS_TIMEOUT_SECONDS=30 NUXT_PUBLIC_API_BASE=http://localhost:8002/api/v1 # Docker / Production -DOMAIN=glibredecision.org +DOMAIN=decision.librodrome.org diff --git a/CLAUDE.md b/CLAUDE.md index ea5bd5d..8c01bfb 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -84,5 +84,5 @@ docker compose -f docker/docker-compose.yml up - **Mood system** : `useMood.ts` synchronise `colorMode.preference` avec la palette — **jamais** de `:global()` dans `