feat: initialize mini api skeleton
This commit is contained in:
9
src/Api/TakeoutSaaS.MiniApi/appsettings.Development.json
Normal file
9
src/Api/TakeoutSaaS.MiniApi/appsettings.Development.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"Cors": {
|
||||
"Mini": []
|
||||
},
|
||||
"Otel": {
|
||||
"Endpoint": "",
|
||||
"UseConsoleExporter": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user