Skip to content

Commit 99dc1c6

Browse files
author
Сергей Трегуб
committed
Uppercase environment variables
Issue #7
1 parent 53a9aa7 commit 99dc1c6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ProjectTemplates/ReferenceProject/appsettings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
{
1414
"Name": "File",
1515
"Args": {
16-
"path": "%AppData%/Logs/ReferenceProject.log",
16+
"path": "%APPDATA%/Logs/ReferenceProject.log",
1717
"rollOnFileSizeLimit": true,
1818
"fileSizeLimitBytes": 10485760,
1919
"retainedFileCountLimit": 10,
@@ -34,7 +34,7 @@
3434
},
3535
"Products": {
3636
"TempFolder": "%TEMP%",
37-
"BackendServiceUrl": "http://%gateway%/backend"
37+
"BackendServiceUrl": "http://%GATEWAY%/backend"
3838
},
3939
"AllowedHosts": "*",
4040
"Urls": "http://localhost:5000"

0 commit comments

Comments
 (0)