Skip to content

Commit fdee63e

Browse files
chore: disable hangfire dashboard
1 parent 0200b08 commit fdee63e

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

src/2-Clients/Api/appsettings.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,7 @@
202202
"DatabaseName": "CanBeYours_ScheduledJobs"
203203
},
204204
"Dashboard": {
205-
"Path": "/hangfire",
206-
"Enabled": true
205+
"Enabled": false
207206
}
208207
}
209208
}

src/2-Clients/WebApp/appsettings.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,7 @@
203203
"DatabaseName": "CanBeYours_ScheduledJobs"
204204
},
205205
"Dashboard": {
206-
"Path": "/hangfire",
207-
"Enabled": true
206+
"Enabled": false
208207
}
209208
}
210209
}

0 commit comments

Comments
 (0)