c969-project/C969Project/appsettings.json
2025-06-11 22:54:55 -05:00

8 lines
195 B
JSON

{
"ConnectionStrings": {
"DefaultConnection": "server=localhost;port=3306;database=client_schedule;uid=sqlUser;password=Passw0rd!"
},
"AppSettings": {
"DefaultLocale": "en-US"
}
}