mirror of
https://github.com/strapi/strapi.git
synced 2025-11-01 18:33:55 +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
|
||||
{
|
||||
"host": "${process.env.APP_HOST || '127.0.0.1'}"
|
||||
"port": "${process.env.NODE_PORT || 1337}",
|
||||
"host": "${process.env.APP_HOST || '127.0.0.1'}",
|
||||
"port": "${process.env.NODE_PORT || 1337}"
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user