Skip to content

Commit d6ba12b

Browse files
chore: update lunch configs
1 parent 91a26ca commit d6ba12b

9 files changed

Lines changed: 33 additions & 6 deletions

File tree

src/2-Clients/AdminPanel/Properties/launchSettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dotnetRunMessages": true,
77
"launchBrowser": true,
88
"launchUrl": "",
9-
"applicationUrl": "http://localhost:50001",
9+
"applicationUrl": "http://localhost:50004",
1010
"environmentVariables": {
1111
"ASPNETCORE_ENVIRONMENT": "Development"
1212
}

src/2-Clients/AdminPanel/appsettings.Development.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"DetailedErrors": true,
33
"Application": {
44
"Default": {
5-
"Url": "http://localhost:50001"
5+
"Url": "http://localhost:50004"
66
}
77
},
88
"MongoDB": {

src/2-Clients/Api/Properties/launchSettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dotnetRunMessages": true,
77
"launchBrowser": true,
88
"launchUrl": "",
9-
"applicationUrl": "http://localhost:50002",
9+
"applicationUrl": "http://localhost:50005",
1010
"environmentVariables": {
1111
"ASPNETCORE_ENVIRONMENT": "Development"
1212
}

src/2-Clients/Api/appsettings.Development.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"DetailedErrors": true,
33
"Application": {
44
"Default": {
5-
"Url": "http://localhost:50002"
5+
"Url": "http://localhost:50005"
66
}
77
},
88
"MongoDB": {

src/2-Clients/Api/appsettings.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,5 +195,15 @@
195195
"Key": "xxxxxxxxxxxxxxxxxxxxxxxx",
196196
"Issuer": "https://api.canbeyours.online/",
197197
"ExpireDays": 30
198+
},
199+
"Hangfire": {
200+
"SchedulePollingIntervalSeconds": 15000,
201+
"MongoStorage": {
202+
"DatabaseName": "CanBeYours_ScheduledJobs"
203+
},
204+
"Dashboard": {
205+
"Path": "/hangfire",
206+
"Enabled": true
207+
}
198208
}
199209
}

src/2-Clients/WebApp/Properties/launchSettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dotnetRunMessages": true,
77
"launchBrowser": true,
88
"launchUrl": "",
9-
"applicationUrl": "http://localhost:50003",
9+
"applicationUrl": "http://localhost:50006",
1010
"environmentVariables": {
1111
"ASPNETCORE_ENVIRONMENT": "Development"
1212
}

src/2-Clients/WebApp/WebApp.csproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,11 @@
1616
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
1717
</Content>
1818
</ItemGroup>
19+
<ItemGroup>
20+
<Compile Update="Resources\WebAppResource.Designer.cs">
21+
<DesignTime>True</DesignTime>
22+
<AutoGen>True</AutoGen>
23+
<DependentUpon>WebAppResource.resx</DependentUpon>
24+
</Compile>
25+
</ItemGroup>
1926
</Project>

src/2-Clients/WebApp/appsettings.Development.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"DetailedErrors": true,
33
"Application": {
44
"Default": {
5-
"Url": "http://localhost:50003"
5+
"Url": "http://localhost:50006"
66
}
77
},
88
"MongoDB": {

src/2-Clients/WebApp/appsettings.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,5 +196,15 @@
196196
"Https": false,
197197
"ApiKey": "xxxxxxxxxxxxxxxxxxxxxxxx"
198198
}
199+
},
200+
"Hangfire": {
201+
"SchedulePollingIntervalSeconds": 15000,
202+
"MongoStorage": {
203+
"DatabaseName": "CanBeYours_ScheduledJobs"
204+
},
205+
"Dashboard": {
206+
"Path": "/hangfire",
207+
"Enabled": true
208+
}
199209
}
200210
}

0 commit comments

Comments
 (0)