11 lines
309 B
JSON
11 lines
309 B
JSON
{
|
|
"AllowedHosts": "*",
|
|
"Cors": {
|
|
"AllowedOrigins": "http://localhost:4173",
|
|
"AllowedMethods": "*",
|
|
"AllowedHeaders": "*"
|
|
},
|
|
"ConnectionStrings": {
|
|
"DefaultConnectionString": "Server=147.93.98.152;User ID=devuser;Password=AppUser@123$;Database=MarcoBMS1"
|
|
}
|
|
} |