feat: conditionally enable InventoryInitializer service and update appsettings for seed workers
Build and Deploy to Kubernetes / build-and-deploy (push) Has been cancelled

This commit is contained in:
masoodafar-web
2026-05-01 00:47:32 +03:30
parent d8a3b49f4d
commit 624ab7ea9f
3 changed files with 6 additions and 2 deletions
+4 -1
View File
@@ -76,8 +76,11 @@
}
},
"SeedWorkers": {
"InventoryInitializer": {
"Enabled": false
},
"MagicWalletCycleSeed": {
"Enabled": true
"Enabled": false
}
},
"AllowedHosts": "*",