env example
This commit is contained in:
parent
1f5098a871
commit
67a146c5dd
1 changed files with 10 additions and 0 deletions
10
backend/.env.example
Normal file
10
backend/.env.example
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue