MireaBackend/.gitea/workflows/Settings.json
Polianin Nikita c9c6a99fe9
Some checks failed
Test with Different Databases / test (postgresql) (pull_request) Failing after 1s
Test with Different Databases / test (sqlite) (pull_request) Failing after 1s
Test with Different Databases / test (mysql) (pull_request) Failing after 2s
.NET Test Pipeline / build-and-test (pull_request) Failing after 4m48s
test: trying to set up tests to test application in different databases
2024-05-30 21:45:45 +03:00

51 lines
974 B
JSON

{
"DbSettings": {
"TypeDatabase": 1,
"ConnectionStringSql": "Data Source=database.db3"
},
"CacheSettings": {
"TypeDatabase": 0,
"ConnectionString": null
},
"ScheduleSettings": {
"CronUpdateSchedule": "0 */6 * * *",
"StartTerm": "2024-02-05",
"PairPeriod": {
"1": {
"Start": "09:00:00",
"End": "10:30:00"
},
"2": {
"Start": "10:40:00",
"End": "12:10:00"
},
"3": {
"Start": "12:40:00",
"End": "14:10:00"
},
"4": {
"Start": "14:20:00",
"End": "15:50:00"
},
"5": {
"Start": "16:20:00",
"End": "17:50:00"
},
"6": {
"Start": "18:00:00",
"End": "19:30:00"
},
"7": {
"Start": "19:40:00",
"End": "21:10:00"
}
}
},
"EmailSettings": {
},
"LogSettings": {
"EnableLogToFile": false,
"LogFilePath": null,
"LogFileName": null
}
}