datakeen-session-react 1.1.31 → 1.1.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -155,7 +155,7 @@ Le SDK s'intègre naturellement avec votre interface utilisateur et adopte autom
|
|
|
155
155
|
Le SDK utilise des variables d'environnement pour la configuration. Pour configurer l'URL de l'API, créez un fichier `.env` à la racine de votre projet avec le contenu suivant :
|
|
156
156
|
|
|
157
157
|
```
|
|
158
|
-
VITE_API_BASE_URL=
|
|
158
|
+
VITE_API_BASE_URL=https://dev2.datakeen.co/backend/session
|
|
159
159
|
```
|
|
160
160
|
|
|
161
161
|
Pour une configuration rapide, vous pouvez utiliser la commande suivante dans le projet SDK :
|