From aa0f9a7199e05d9c174ed015765348bf578caa94 Mon Sep 17 00:00:00 2001 From: Junseong Park <39112954+jsparkdev@users.noreply.github.com> Date: Wed, 16 Apr 2025 16:11:40 +0900 Subject: [PATCH] i18n(ko-KR): update `environment-variables.mdx` --- src/content/docs/ko/start-here/environment-variables.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/ko/start-here/environment-variables.mdx b/src/content/docs/ko/start-here/environment-variables.mdx index 04bdff01..4019c638 100644 --- a/src/content/docs/ko/start-here/environment-variables.mdx +++ b/src/content/docs/ko/start-here/environment-variables.mdx @@ -21,8 +21,8 @@ StudioCMS를 사용하기 위해 `.env` 파일에 설정해야 하는 몇 가지 ### `@astrojs/db`를 위한 데이터베이스 URL 및 토큰 -`ASTRO_DB_REMOTE_URL` - libSQL 서버에 연결하는 URL입니다. -`ASTRO_DB_APP_TOKEN` - libSQL 서버를 위한 앱 토큰입니다. +- `ASTRO_DB_REMOTE_URL` - libSQL 서버에 연결하는 URL입니다. +- `ASTRO_DB_APP_TOKEN` - libSQL 서버를 위한 앱 토큰입니다. ```bash title=".env" ASTRO_DB_REMOTE_URL=libsql://your.server.io