From ec9d80d3a8444a40ae9076d175111e5b8130fa12 Mon Sep 17 00:00:00 2001 From: Mir iqrab farman <77971830+Minus0149@users.noreply.github.com> Date: Thu, 14 Dec 2023 17:40:08 +0530 Subject: [PATCH] Made changes to docs/FAQ and docs/Configuration (#1235) --- docs/Configuration.md | 4 ++-- docs/FAQ.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Configuration.md b/docs/Configuration.md index 51a32a4123..3ad061dfc0 100644 --- a/docs/Configuration.md +++ b/docs/Configuration.md @@ -306,7 +306,7 @@ generated when you upload a file to the server. ## User Authentication -You can configure authentication for your Apollo Universal Starter Kit-based application in the `config/user.js` file. +You can configure authentication for your Apollo Universal Starter Kit-based application in the `config/auth.js` file. ### `secret` @@ -403,7 +403,7 @@ Configures your application for using Secure Sockets Layer (SSL). | devSerial | String | Sets the SSL certificate serial number number. Defaults to `00` | | enabled | Boolean | Enables the use of SSL certificate. Defaults to `false` | -**NOTE**: the `CERTIFICATE_DEVSERIAL` constant is initialized to `00` in the `config/user.js` file. +**NOTE**: the `CERTIFICATE_DEVSERIAL` constant is initialized to `00` in the `config/auth.js` file. Usage example: diff --git a/docs/FAQ.md b/docs/FAQ.md index 9ee3937de0..bdd73f5580 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -67,7 +67,7 @@ Reference: [#525](https://github.com/sysgears/apollo-universal-starter-kit/issue ## How do I enable Facebook and Google OAuth? -You can enable the social login functionality in the `config/user.js` file: +You can enable the social login functionality in the `config/auth.js` file: ```javascript export default {