Skip to content

Commit ec9d80d

Browse files
authored
Made changes to docs/FAQ and docs/Configuration (#1235)
1 parent f5a2f1d commit ec9d80d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/Configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

408408
Usage example:
409409

docs/FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
7373
export default {

0 commit comments

Comments
 (0)