From 8833940321437688e21346d4e3931008c8054ec8 Mon Sep 17 00:00:00 2001 From: Felix Schneider <99918022+trueberryless@users.noreply.github.com> Date: Wed, 16 Apr 2025 09:43:17 +0200 Subject: [PATCH] Update environment-variables.mdx --- src/content/docs/fr/start-here/environment-variables.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/fr/start-here/environment-variables.mdx b/src/content/docs/fr/start-here/environment-variables.mdx index cc4981bc..889c01c6 100644 --- a/src/content/docs/fr/start-here/environment-variables.mdx +++ b/src/content/docs/fr/start-here/environment-variables.mdx @@ -21,8 +21,8 @@ Afin d’utiliser StudioCMS, il existe quelques variables d’environnement requ ### URL de la base de données et jeton pour `@astrojs/db` -`ASTRO_DB_REMOTE_URL` - L’URL de connexion à votre serveur libSQL -`ASTRO_DB_APP_TOKEN` - Le jeton d’application pour votre serveur libSQL +- `ASTRO_DB_REMOTE_URL` - L’URL de connexion à votre serveur libSQL +- `ASTRO_DB_APP_TOKEN` - Le jeton d’application pour votre serveur libSQL ```bash title=".env" ASTRO_DB_REMOTE_URL=libsql://votre.serveur.io