[ENV] Add more vars to example .env
This commit is contained in:
parent
54d2e3020f
commit
986b1c49f2
1 changed files with 13 additions and 0 deletions
|
@ -1,2 +1,15 @@
|
|||
APP_NAME="tps_local"
|
||||
APP_HOST="http://localhost:3000/"
|
||||
|
||||
GITHUB_CLIENT_ID=""
|
||||
GITHUB_CLIENT_SECRET=""
|
||||
|
||||
FC_PARTICULIER_ID=""
|
||||
FC_PARTICULIER_SECRET=""
|
||||
FC_PARTICULIER_REDIRECT_URI=""
|
||||
FC_PARTICULIER_HOST=""
|
||||
|
||||
API_ENTREPRISE_KEY=""
|
||||
API_ENTREPRISE_BASE_URL="https://entreprise.api.gouv.fr/v2"
|
||||
|
||||
PIPEDRIVE_KEY=""
|
||||
|
|
Loading…
Reference in a new issue