Fix the couchbase URI.

This commit is contained in:
Andrea Dell'Amico 2023-04-28 12:46:09 +02:00
parent 58e886606f
commit 75bab594ed
Signed by: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ open_asfa_couchbase_image: 'couchbase:community'
open_asfa_couchbase_volume_type: 'local'
open_asfa_couchbase_volume_o: ""
open_asfa_couchbase_volume_device: ""
open_asfa_couchbase_connect_string: "{{ open_asfa_docker_stack_name }}_couchbase://couchbase"
open_asfa_couchbase_connect_string: "couchbase://{{ open_asfa_docker_stack_name }}_couchbase"
open_asfa_couchbase_username: "Administrator"
# open_asfa_couchbase_password: "use a vault"
open_asfa_couchbase_bucket: "harvester"