Browse Source

updating readme and docs

afeiszli 3 years ago
parent
commit
e456895fb7
1 changed files with 5 additions and 5 deletions
  1. 5 5
      docs/oauth.rst

+ 5 - 5
docs/oauth.rst

@@ -44,7 +44,7 @@ Next, Configure Netmaker with the following environment variables. If any are le
     AUTH_PROVIDER="<azure-ad|github|google>"
     CLIENT_ID="<client id of your oauth provider>"
     CLIENT_SECRET="<client secret of your oauth provider>"
-    SERVER_API_CONN_STRING="https://<your-netmaker-api-domain>"
+    SERVER_HTTP_HOST="https://<your-netmaker-api-domain>"
     FRONTEND_URL="https://<your-netmaker-dashboard-domain>"
 
 
@@ -66,12 +66,12 @@ Admins must navigate to the "Users" screen to configure permissions.
 
 For each user, an admin must specify which networks that user has access to configure. Additionally, an Admin can elevate a user to Admin permissions.
 
-.. image:: images/oauth2.png
+.. image:: images/oauth3.png
    :width: 80%
-   :alt: Edit User
+   :alt: Edit User 2
    :align: center
 
-.. image:: images/oauth3.png
+.. image:: images/oauth2.png
    :width: 80%
-   :alt: Edit User 2
+   :alt: Edit User
    :align: center