We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53a9aa7 commit 99dc1c6Copy full SHA for 99dc1c6
1 file changed
ProjectTemplates/ReferenceProject/appsettings.json
@@ -13,7 +13,7 @@
13
{
14
"Name": "File",
15
"Args": {
16
- "path": "%AppData%/Logs/ReferenceProject.log",
+ "path": "%APPDATA%/Logs/ReferenceProject.log",
17
"rollOnFileSizeLimit": true,
18
"fileSizeLimitBytes": 10485760,
19
"retainedFileCountLimit": 10,
@@ -34,7 +34,7 @@
34
},
35
"Products": {
36
"TempFolder": "%TEMP%",
37
- "BackendServiceUrl": "http://%gateway%/backend"
+ "BackendServiceUrl": "http://%GATEWAY%/backend"
38
39
"AllowedHosts": "*",
40
"Urls": "http://localhost:5000"
0 commit comments