diff --git a/src/config/idnot.ts b/src/config/idnot.ts deleted file mode 100644 index e74f37b..0000000 --- a/src/config/idnot.ts +++ /dev/null @@ -1,13 +0,0 @@ -export const idnotConfig = { - IDNOT_API_KEY: process.env.IDNOT_API_KEY, - IDNOT_ANNUARY_BASE_URL: process.env.IDNOT_ANNUARY_BASE_URL, - - // OAuth2 credentials (these should ideally be moved to env vars for security) - CLIENT_ID: 'B3CE56353EDB15A9', - CLIENT_SECRET: '3F733549E879878344B6C949B366BB5CDBB2DB5B7F7AB7EBBEBB0F0DD0776D1C', - REDIRECT_URI: 'http://local.lecoffreio.4nkweb:3000/authorized-client', - - // API URLs - TOKEN_URL: 'https://qual-connexion.idnot.fr/user/IdPOAuth2/token/idnot_idp_v1', - API_BASE_URL: 'https://qual-api.notaires.fr/annuaire' -};