17 lines
510 B
Bash
17 lines
510 B
Bash
DB_HOST=postgres
|
|
DB_PORT=5432
|
|
DB_USER=postgres
|
|
DB_PASSWORD=votre_mot_de_passe
|
|
DB_NAME=gestion_db
|
|
DB_SSLMODE=disable
|
|
SESSION_SECRET=jfWR21Ywbuy{Yq<1A26TV)jCe
|
|
USER_JWT_SECRET=TheAmaziNgSecretJwtMotherFuckerInThEbitCh3232131231313443jqfdksdjfjsldfjlds
|
|
ADMIN_JWT_SECRET=TheAmaziNgSecretJwtMotherFuckerInThEbitCh3232131231313443jqfdksdjfjsldfjlzZ
|
|
REDIS_HOST=redis
|
|
REDIS_PORT=6379
|
|
REDIS_PASSWORD=dndsjvnsdnvjsvdnjsvdn
|
|
TOMTOM_API_KEY=MERY8I7LMeYVSLKO5WuV73W9rKJpBLoB
|
|
API_PORT=8080
|
|
FRONTEND_PORT=5173
|
|
GIN_MODE=release
|