diff options
| author | ertopogo <erwin.t.pombett@gmail.com> | 2026-01-25 02:39:04 +0100 |
|---|---|---|
| committer | ertopogo <erwin.t.pombett@gmail.com> | 2026-01-25 02:39:04 +0100 |
| commit | e62bf3017b7c294b41691cc333939bd0ee5d0453 (patch) | |
| tree | c7eefee5a55316bbb8eaf9d2b84f2ed3fcb174f3 | |
| parent | 494d12bf984a380917c6d6bb56cb9d5bd22c1199 (diff) | |
docs: procedure + seed + patch medusadocs-git-dns
| -rw-r--r-- | .env | 37 |
1 files changed, 0 insertions, 37 deletions
@@ -1,37 +0,0 @@ -# -------------------------------------------------------- -# CONFIGURATION DE LA BASE DE DONNEES -# Remplacez <user>, <password>, <host> par vos vraies infos -# Si Postgres est sur la machine hôte et pas dans Docker, utilisez l'IP locale ou host.docker.internal -# -------------------------------------------------------- -DATABASE_URL=postgres://postgres:password@192.168.99.35:5432/medusa_db - -# -------------------------------------------------------- -# CLES DE SECURITE -# Générez des clés aléatoires complexes pour la production -# -------------------------------------------------------- -JWT_SECRET=supersecret -COOKIE_SECRET=supersecret - -# -------------------------------------------------------- -# CONFIGURATION DES URLS -# Pour la production, mettez vos vrais domaines (ex: https://api.monsite.com) -# -------------------------------------------------------- - -# URL du Backend (API) accessible par le navigateur -NEXT_PUBLIC_MEDUSA_BACKEND_URL=http://localhost:9000 - -# CORS Admin : Quels domaines peuvent accéder à l'admin ? -ADMIN_CORS=http://localhost:7000,http://localhost:7001 - -# CORS Store : Quels domaines (le frontend) peuvent accéder à l'API ? -# En production, ce sera https://monsite.com -STORE_CORS=http://localhost:8000 - -# -------------------------------------------------------- -# PAIEMENTS (Optionnel) -# -------------------------------------------------------- -STRIPE_API_KEY= -STRIPE_WEBHOOK_SECRET= - -ssh toshiro@chillka "ls -la /var/data/git/repositories/lucien-sens-bon.git" -ssh toshiro@chillka "git --git-dir=/var/data/git/repositories/lucien-sens-bon.git rev-parse --is-bare-repository" |
