You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ configuration for both DEV and PROD). See [Environment Variables](#environment-v
103
103
### Custom Configuration Options
104
104
105
105
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:
107
107
108
108
```javascript
109
109
{
@@ -113,7 +113,7 @@ overwritten in the `config/local.js`, just like every other option. If the optio
113
113
}
114
114
```
115
115
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.
117
117
118
118
<!-- The below comment is to prevent Webstorm from trying to find directories that don't exist. -->
0 commit comments