diff --git a/pages/self-hosting/configuration.mdx b/pages/self-hosting/configuration.mdx index f637ffe..4c28675 100644 --- a/pages/self-hosting/configuration.mdx +++ b/pages/self-hosting/configuration.mdx @@ -155,7 +155,7 @@ Copy this string into your .env file as NEXTAUTH_SECRET. Here is an example of the `.env` file : -```env filename="apps/web/.env" {1-2} +```env filename="apps/web/.env" {1-2} copy # Learnhouse configuration NEXT_PUBLIC_LEARNHOUSE_MULTI_ORG=false NEXT_PUBLIC_LEARNHOUSE_DEFAULT_ORG=defaultorg diff --git a/pages/self-hosting/hosting-guide.mdx b/pages/self-hosting/hosting-guide.mdx index dd22486..729c60d 100644 --- a/pages/self-hosting/hosting-guide.mdx +++ b/pages/self-hosting/hosting-guide.mdx @@ -51,7 +51,7 @@ To create one, either run `npx auth secret`, or on UNIX based systems (MacOS/Lin Copy this string into your .env file as NEXTAUTH_SECRET= -```env filename=".env" +```env filename=".env" copy # NextAuth Configuration NEXTAUTH_SECRET={generated_secret} NEXTAUTH_URL=http://localhost:3000/ diff --git a/pages/self-hosting/organization-hosting-modes.mdx b/pages/self-hosting/organization-hosting-modes.mdx index dab8706..ca1e81d 100644 --- a/pages/self-hosting/organization-hosting-modes.mdx +++ b/pages/self-hosting/organization-hosting-modes.mdx @@ -20,7 +20,7 @@ When using a Single Organization Setup you should refer your Organization's `slu ### Frontend Config -```bash filename="apps/web/.env" {1-2} +```bash filename="apps/web/.env" {1-2} copy NEXT_PUBLIC_LEARNHOUSE_MULTI_ORG=false NEXT_PUBLIC_LEARNHOUSE_DEFAULT_ORG=defaultorg ``` @@ -31,6 +31,6 @@ NEXT_PUBLIC_LEARNHOUSE_DEFAULT_ORG=defaultorg ### Frontend Config -```bash filename="apps/web/.env" {1-2} +```bash filename="apps/web/.env" {1-2} copy NEXT_PUBLIC_LEARNHOUSE_MULTI_ORG=true ```