mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
Auth: Refactor cluster configuration and provisioning API endpoints #98
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
@@ -12,7 +12,7 @@ import (
|
||||
func TestBackup_Start(t *testing.T) {
|
||||
conf := config.TestConfig()
|
||||
|
||||
t.Logf("database-dsn: %s", conf.DatabaseDsn())
|
||||
t.Logf("database-dsn: %s", conf.DatabaseDSN())
|
||||
|
||||
worker := NewBackup(conf)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user