diff options
Diffstat (limited to 'test/config.yaml')
-rw-r--r-- | test/config.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/config.yaml b/test/config.yaml index e59b4de..c1502db 100644 --- a/test/config.yaml +++ b/test/config.yaml @@ -7,8 +7,8 @@ connection: protocol: "http" host: "localhost" port: 5984 - username: anna - password: secret + username: ~ + password: ~ prefix: "tapicero_test" suffix: "" |