File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -306,7 +306,7 @@ generated when you upload a file to the server.
306306
307307## User Authentication
308308
309- You can configure authentication for your Apollo Universal Starter Kit-based application in the ` config/user .js ` file.
309+ You can configure authentication for your Apollo Universal Starter Kit-based application in the ` config/auth .js ` file.
310310
311311### ` secret `
312312
@@ -403,7 +403,7 @@ Configures your application for using Secure Sockets Layer (SSL).
403403| devSerial | String | Sets the SSL certificate serial number number. Defaults to ` 00 ` |
404404| enabled | Boolean | Enables the use of SSL certificate. Defaults to ` false ` |
405405
406- ** NOTE** : the ` CERTIFICATE_DEVSERIAL ` constant is initialized to ` 00 ` in the ` config/user .js ` file.
406+ ** NOTE** : the ` CERTIFICATE_DEVSERIAL ` constant is initialized to ` 00 ` in the ` config/auth .js ` file.
407407
408408Usage example:
409409
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ Reference: [#525](https://github.com/sysgears/apollo-universal-starter-kit/issue
6767
6868## How do I enable Facebook and Google OAuth?
6969
70- You can enable the social login functionality in the ` config/user .js ` file:
70+ You can enable the social login functionality in the ` config/auth .js ` file:
7171
7272``` javascript
7373export default {
You can’t perform that action at this time.
0 commit comments