Skip to content

Commit 2121b6f

Browse files
committed
Update env file example
1 parent 193ea9a commit 2121b6f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.env.example

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
ASPNETCORE_ENVIRONMENT=Development
22
ASPNETCORE_HTTP_PORTS=8080
3+
ASPNETCORE_HTTPS_PORTS=8081
4+
ASPNETCORE_URLS=http://localhost:8080;https://localhost:8081
35
KEY_VAULT_NAME=key-vault-name
6+
USE_JSON_FORMATTING=false
47
USE_OUTPUT_CACHE=true
58
USE_MOCKING=true
69
MARKET_CLIENT_URL=http://localhost:9091

0 commit comments

Comments
 (0)