env example

This commit is contained in:
quasar 2025-05-26 16:26:51 +02:00
parent 1f5098a871
commit 67a146c5dd

10
backend/.env.example Normal file
View file

@ -0,0 +1,10 @@
FRANCE_TRAVAIL_CLIENT_ID=
FRANCE_TRAVAIL_CLIENT_SECRET=
# URLs de l'API France Travail (extraites de document-1.json)
FRANCE_TRAVAIL_TOKEN_URL=https://entreprise.francetravail.fr/connexion/oauth2/access_token
FRANCE_TRAVAIL_API_URL=https://api.francetravail.io/partenaire/offresdemploi/v2/offres/search
FRANCE_TRAVAIL_SCOPE="api_offresdemploiv2 o2dsoffre" # Scopes requis, voir securitySchemes.authentification.clientCredentials.scopes
# Base de données (PostgreSQL sur serveur distant)
DATABASE_URL="postgresql://user:password@adresseip:5432/db?schema=public"