diff --git a/src/content/docs/en/start-here/environment-variables.mdx b/src/content/docs/en/start-here/environment-variables.mdx index 9c6b8963..3a6f61b9 100644 --- a/src/content/docs/en/start-here/environment-variables.mdx +++ b/src/content/docs/en/start-here/environment-variables.mdx @@ -21,8 +21,8 @@ In order to use StudioCMS, there are a few required environment variables that y ### Database URL and Token for `@astrojs/db` -`ASTRO_DB_REMOTE_URL` - The connection URL to your libSQL server -`ASTRO_DB_APP_TOKEN` - The app token for your libSQL server +- `ASTRO_DB_REMOTE_URL` - The connection URL to your libSQL server +- `ASTRO_DB_APP_TOKEN` - The app token for your libSQL server ```bash title=".env" ASTRO_DB_REMOTE_URL=libsql://your.server.io @@ -109,4 +109,4 @@ CMS_CLOUDINARY_CLOUDNAME="demo" ``` {/* Links */} -[config-oauth]: /en/start-here/getting-started/#optional-configure-oauth-authentication \ No newline at end of file +[config-oauth]: /en/start-here/getting-started/#optional-configure-oauth-authentication