Auth: Refactor cluster configuration and provisioning API endpoints #98

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2025-09-24 08:28:38 +02:00
parent 3baabebf50
commit 61ced7119c
242 changed files with 4477 additions and 1789 deletions

View File

@@ -15,7 +15,7 @@ func TestSync_download(t *testing.T) {
t.Run("NotFound", func(t *testing.T) {
conf := config.TestConfig()
t.Logf("database-dsn: %s", conf.DatabaseDsn())
t.Logf("database-dsn: %s", conf.DatabaseDSN())
worker := NewSync(conf)
@@ -33,7 +33,7 @@ func TestSync_download(t *testing.T) {
conf := config.TestConfig()
conf.Options().FilesQuota = 1
t.Logf("database-dsn: %s", conf.DatabaseDsn())
t.Logf("database-dsn: %s", conf.DatabaseDSN())
worker := NewSync(conf)