mirror of
https://github.com/strapi/strapi.git
synced 2025-11-19 03:29:47 +00:00
Fix comma in JSON example
This commit is contained in:
parent
eec3acfa63
commit
dbf977184d
@ -38,8 +38,8 @@ If you are passing a number of configuration item values via environment variabl
|
|||||||
|
|
||||||
```js
|
```js
|
||||||
{
|
{
|
||||||
"host": "${process.env.APP_HOST || '127.0.0.1'}"
|
"host": "${process.env.APP_HOST || '127.0.0.1'}",
|
||||||
"port": "${process.env.NODE_PORT || 1337}",
|
"port": "${process.env.NODE_PORT || 1337}"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user