Skip to content

Commit 41a0e6c

Browse files
chore: change db name
1 parent 7a04a08 commit 41a0e6c

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/2-Clients/AdminPanel/appsettings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"MongoDB": {
4040
"Connection": "mongodb://localhost:27017",
41-
"DatabaseName": "Can_Be_Yours"
41+
"DatabaseName": "CanBeYours"
4242
},
4343
"Administration": {
4444
"AdminRole": "admin",
@@ -179,7 +179,7 @@
179179
"Hangfire": {
180180
"SchedulePollingIntervalSeconds": 15000,
181181
"MongoStorage": {
182-
"DatabaseName": "Can_Be_Yours_ScheduledJobs"
182+
"DatabaseName": "CanBeYours_ScheduledJobs"
183183
},
184184
"Dashboard": {
185185
"Path": "/hangfire",

src/2-Clients/Api/appsettings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"MongoDB": {
3535
"Connection": "mongodb://localhost:27017",
36-
"DatabaseName": "Can_Be_Yours"
36+
"DatabaseName": "CanBeYours"
3737
},
3838
"Administration": {
3939
"AdminRole": "admin",
@@ -174,7 +174,7 @@
174174
"Hangfire": {
175175
"SchedulePollingIntervalSeconds": 15000,
176176
"MongoStorage": {
177-
"DatabaseName": "Can_Be_Yours_ScheduledJobs"
177+
"DatabaseName": "CanBeYours_ScheduledJobs"
178178
},
179179
"Dashboard": {
180180
"Path": "/hangfire",

src/2-Clients/WebApp/appsettings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"MongoDB": {
4040
"Connection": "mongodb://localhost:27017",
41-
"DatabaseName": "Can_Be_Yours"
41+
"DatabaseName": "CanBeYours"
4242
},
4343
"Administration": {
4444
"AdminRole": "admin",
@@ -179,7 +179,7 @@
179179
"Hangfire": {
180180
"SchedulePollingIntervalSeconds": 15000,
181181
"MongoStorage": {
182-
"DatabaseName": "Can_Be_Yours_ScheduledJobs"
182+
"DatabaseName": "CanBeYours_ScheduledJobs"
183183
},
184184
"Dashboard": {
185185
"Path": "/hangfire",

0 commit comments

Comments
 (0)