refactor!: remove old DB env variables, and jwk migrations logic (#529)

This commit is contained in:
Kyle Mendell
2025-05-13 16:05:54 -05:00
committed by GitHub
parent 0ca78bef8d
commit f1154257c5
5 changed files with 28 additions and 396 deletions

View File

@@ -20,10 +20,6 @@ func Bootstrap() error {
initApplicationImages()
// Perform migrations for changes
migrateConfigDBConnstring()
migrateKey()
// Initialize the tracer and metrics exporter
shutdownFns, httpClient, err := initOtel(ctx, common.EnvConfig.MetricsEnabled, common.EnvConfig.TracingEnabled)
if err != nil {