From bf64153888d0f75126d9648c5ef22fb0509c545d Mon Sep 17 00:00:00 2001 From: William Oldham Date: Thu, 21 Dec 2023 18:42:08 +0000 Subject: [PATCH] Correct Backend Environment Error --- content/4.backend/2.configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/4.backend/2.configuration.md b/content/4.backend/2.configuration.md index 7f9388c..8f33ad8 100644 --- a/content/4.backend/2.configuration.md +++ b/content/4.backend/2.configuration.md @@ -21,9 +21,9 @@ This method uses nesting. So the key `server.basePath`. Will result in a json fi ## Method 2 - `.env` -The environment variable names use double underscores as separators and `MW_` as the prefix. So the key `server.basePath` will result in the .env file like this: +The environment variable names use double underscores as separators and `MWB_` as the prefix. So the key `server.basePath` will result in the .env file like this: ```sh -MW_SERVER__BASE_PATH=/backend +MWB_SERVER__BASE_PATH=/backend ``` ## Method 3 - Environment