forked from yvv/decision
Domaine : libredecision.org → decision.librodrome.org partout
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
- 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 <noreply@anthropic.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user