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
{{ message }}
This repository was archived by the owner on Aug 1, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: docs/quickstarts/ambient_variables.rst
+76Lines changed: 76 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,3 +4,79 @@ Ambient variables
4
4
5
5
Using Ambient var you can minimize efforts to change configuration after publish.
6
6
7
+
8
+
SSO Variables
9
+
-------------
10
+
11
+
12
+
.. list-table:: Ambient Variables
13
+
:widths: 15 25 25 35
14
+
:header-rows: 1
15
+
16
+
* - Variable
17
+
- Default
18
+
- Expected in prod
19
+
- Description
20
+
* - ASPNETCORE_ENVIRONMENT
21
+
- Development
22
+
- Production
23
+
- For more info access `the default docs <https://docs.microsoft.com/pt-br/aspnet/core/fundamentals/environments?view=aspnetcore-2.1>`_
24
+
* - ASPNETCORE_URLS
25
+
- https://+:5000;http://+:5001
26
+
- https://+:443;http://+:80
27
+
- Set the ports for Https and Http. For more info `docs <https://docs.microsoft.com/pt-br/aspnet/core/fundamentals/servers/kestrel?view=aspnetcore-2.1&tabs=aspnetcore2x>`_
28
+
* - APPINSIGHTS_INSTRUMENTATIONKEY
29
+
- <YOUR KEY>
30
+
- Something like 762FAF25-9480-4AF7-8821-06875ED9266C
31
+
- To create an Application Insights on Azure go to `docs <https://docs.microsoft.com/en-us/azure/bot-service/bot-service-resources-app-insights-keys?view=azure-bot-service-3.0>`_
- The path Url of User Management UI after published
48
+
49
+
50
+
51
+
User Management API Variables
52
+
-----------------------------
53
+
54
+
55
+
.. list-table:: Ambient Variables
56
+
:widths: 15 25 25 35
57
+
:header-rows: 1
58
+
59
+
* - Variable
60
+
- Default
61
+
- Expected in prod
62
+
- Description
63
+
* - ASPNETCORE_ENVIRONMENT
64
+
- Development
65
+
- Production
66
+
- For more info access `the default docs <https://docs.microsoft.com/pt-br/aspnet/core/fundamentals/environments?view=aspnetcore-2.1>`_
67
+
* - ASPNETCORE_URLS
68
+
- https://+:5000;http://+:5001
69
+
- https://+:443;http://+:80
70
+
- Set the ports for Https and Http. For more info `docs <https://docs.microsoft.com/pt-br/aspnet/core/fundamentals/servers/kestrel?view=aspnetcore-2.1&tabs=aspnetcore2x>`_
71
+
* - APPINSIGHTS_INSTRUMENTATIONKEY
72
+
- <YOUR KEY>
73
+
- Something like 762FAF25-9480-4AF7-8821-06875ED9266C
74
+
- To create an Application Insights on Azure go to `docs <https://docs.microsoft.com/en-us/azure/bot-service/bot-service-resources-app-insights-keys?view=azure-bot-service-3.0>`_
75
+
* - VALIDATE_ISSUER
76
+
- true
77
+
- true
78
+
- In specifics use case, the Issuer URI from User Management UI differs from API. e.g: Docker Ambient
Copy file name to clipboardExpand all lines: docs/quickstarts/build.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,19 +18,19 @@ To build solution you need to certify about these components first
18
18
Build Files
19
19
-----------
20
20
21
-
After :download:`download <https://github.com/brunohbrito/JP-Project/archive/master.zip>` or `clone <https://github.com/brunohbrito/JP-Project>`_ the initial state of project is:
21
+
After :download:`at` `here <https://github.com/brunohbrito/JP-Project/archive/master.zip>`_ or `clone <https://github.com/brunohbrito/JP-Project>`_ the initial state of project is:
22
22
23
23
* Use Sql Server LocalDb
24
24
* Temporary Certificate
25
25
* Auto Migration enabled
26
26
27
27
Using build.bat
28
-
^^^^^^^^^^^^^^
28
+
^^^^^^^^^^^^^^^
29
29
30
30
Open folder *build* and execute build.bat. The file will install Nuget and NPM dependencies. Then compile and run.
31
31
32
32
Using build.ps1
33
-
^^^^^^^^^^^^^^
33
+
^^^^^^^^^^^^^^^
34
34
35
35
Sometimes there are missing parameters at Environment Path, so the build.bat can't build.
0 commit comments