mirror of
https://github.com/sussy-code/docs.git
synced 2026-01-11 20:10:19 +00:00
Correct Backend Environment Error
This commit is contained in:
parent
7b67e38741
commit
bf64153888
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue