From d242b2b80bedece03800833965a017819de3be6f Mon Sep 17 00:00:00 2001 From: Nitemice <5492945+Nitemice@users.noreply.github.com> Date: Sun, 14 Oct 2018 21:26:05 +1100 Subject: [PATCH] Fix README headers --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4608b0aa1e..8c6fced850 100644 --- a/README.md +++ b/README.md @@ -39,15 +39,15 @@ Useful tools: * Postman / Fiddler (execute rest calls against parse server / intercept traffic) * node-inspector (debug your app locally or [remotely](https://blogs.msdn.microsoft.com/waws/2016/04/07/debug-node-js-azure-mobile-apps-with-node-inspector/)) -######Parse Dashboard Issues +###### Parse Dashboard Issues The parse dashboard used to be located in a site extension with route `https://.scm.azurewebsites.net/parse-dashboard`. It is now an express app running on the main web site at route `https://.azurewebsites.net/parse-dashboard`. A username (appId) and password (masterKey) are required. The dashboard can take a long time to load due to cold starts. -######Push Issues +###### Push Issues The notification hub needs to be at least basic tier in order to send push notifications. -######DocDB +###### DocDB There have been known issues with the DocumentDB dropping mongo connections. A server restart will typically fix the problem. We are working to resolve the problem. ### Useful Links