We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 193ea9a commit 2121b6fCopy full SHA for 2121b6f
.env.example
@@ -1,6 +1,9 @@
1
ASPNETCORE_ENVIRONMENT=Development
2
ASPNETCORE_HTTP_PORTS=8080
3
+ASPNETCORE_HTTPS_PORTS=8081
4
+ASPNETCORE_URLS=http://localhost:8080;https://localhost:8081
5
KEY_VAULT_NAME=key-vault-name
6
+USE_JSON_FORMATTING=false
7
USE_OUTPUT_CACHE=true
8
USE_MOCKING=true
9
MARKET_CLIENT_URL=http://localhost:9091
0 commit comments