Skip to content

Commit 825d5b3

Browse files
committed
Added request logger config. README updates. Updated deps.
1 parent 822b52e commit 825d5b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ configuration for both DEV and PROD). See [Environment Variables](#environment-v
103103
### Custom Configuration Options
104104

105105
These options are **NOT** part of the [Sails Configuration Options](https://sailsjs.com/documentation/reference/configuration), but are ones built for this custom repo. All of these options can be
106-
overwritten in the `config/local.js`, just like every other option. If the option path is `sails.config.security.checkPwnedPasswords`, then you would add:
106+
overridden in the `config/local.js`, just like every other option. If the option path is `sails.config.security.checkPwnedPasswords`, then you would add:
107107

108108
```javascript
109109
{
@@ -113,7 +113,7 @@ overwritten in the `config/local.js`, just like every other option. If the optio
113113
}
114114
```
115115

116-
... to your `config/local.js` to overwrite any option on your local machine only.
116+
... to your `config/local.js` to override any option on your local machine only.
117117

118118
<!-- The below comment is to prevent Webstorm from trying to find directories that don't exist. -->
119119
<!--suppress ALL -->

0 commit comments

Comments
 (0)