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:
@@ -14,7 +14,7 @@ import (
|
||||
func TestMeta_Start(t *testing.T) {
|
||||
conf := config.TestConfig()
|
||||
|
||||
t.Logf("database-dsn: %s", conf.DatabaseDsn())
|
||||
t.Logf("database-dsn: %s", conf.DatabaseDSN())
|
||||
|
||||
worker := NewMeta(conf)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user