feat: experimental cors support

This commit is contained in:
2025-07-16 21:30:57 +02:00
parent b84de07941
commit f34a1ee995
4 changed files with 33 additions and 3 deletions

View File

@@ -1,6 +1,9 @@
{
"JwtSecret": "this is a sample jwt secret token required for quotify - it needs to have at least 256 bits (32 bytes long)",
"DomainName": "example.com",
"CorsOrigins": [
"http://localhost:5259", "http://localhost:5258", "http://example.com"
],
"ConnectionStrings": {
"DefaultConnection": "Server=server-host;Database=db-name;Username=quotify-user;Password=user-secret"
},