• Eric Chiang's avatar
    *: load password infos from users file in no-db mode not connectors · ac73d3cd
    Eric Chiang authored
    In --no-db mode, load passwords from the users file instead of the
    connectors file. This allows us to remove the password infos field
    from the local connector and stop loading them during connector
    registration, a case that was causing panics when using a real
    database (see #286).
    
    Fixes #286
    Closes #340
    ac73d3cd
config_test.go 1.72 KB