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-2
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ The file `appsettings.Development.json` contains the settings of the website. By
62
62
*`SettingsUrl`: URL of the configuration endpoint. By default, it uses the public endpoint service. Change this value if you have deployed the [Backend Services](https://github.com/Microsoft/SmartHotel360-Backend) and want to use your own backend.
63
63
*`FakeAuth`: Contains data to "simulate" the login process. Data is `Name` (name of the user), `UserId` (id of the user), `PicUrl` (URL of the user avatar).
64
64
65
-
> If `FakeAuth` is **not set** the Website will use an [Azure Active Directory B2C](https://github.com/Microsoft/SmartHotel360-Website#Enabling-Azure-AD-B2C-(Optional)) to enable the logins.
65
+
> If `FakeAuth` is **not set** the Website will use an [Azure Active Directory B2C]https://github.com/Microsoft/SmartHotel360-Website#enabling-azure-ad-b2c-optional) to enable the logins.
66
66
67
67
If you want to run or deploy the Azure Function to enable the Pet Checker feature open the file `appsettings.Development.json` or `appsettings.Production.json` according to your Build configuration, `Production` if you are using a `Release` configuration or `Development` if you are using a `Debug` configuration. Then edit the `PetsConfig` section with the following entries:
68
68
@@ -161,4 +161,4 @@ provided by the bot. You will only need to do this once across all repos using o
161
161
162
162
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
163
163
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
164
-
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
164
+
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
0 commit comments