All checks were successful
Build and Deploy MiniApi / build-and-deploy (push) Successful in 23s
18 lines
623 B
JSON
18 lines
623 B
JSON
{
|
|
"Database": {
|
|
"DataSources": {
|
|
"AppDatabase": {
|
|
"Write": "Host=120.53.222.17;Port=5432;Database=takeout_app_db;Username=app_user;Password=AppUser112233;Pooling=true;Minimum Pool Size=5;Maximum Pool Size=50",
|
|
"Reads": [
|
|
"Host=120.53.222.17;Port=5432;Database=takeout_app_db;Username=app_user;Password=AppUser112233;Pooling=true;Minimum Pool Size=5;Maximum Pool Size=50"
|
|
],
|
|
"CommandTimeoutSeconds": 30,
|
|
"MaxRetryCount": 3,
|
|
"MaxRetryDelaySeconds": 5
|
|
}
|
|
}
|
|
},
|
|
"Cors": { "Mini": [] },
|
|
"Otel": { "Endpoint": "", "UseConsoleExporter": true }
|
|
}
|