From 2dcbf0b5140d4edba8ace90a689ace15342ddd1d Mon Sep 17 00:00:00 2001 From: Kenneth Shaw Date: Thu, 4 Apr 2024 14:42:16 +0700 Subject: [PATCH] Adding more examples to contrib/config.yaml --- contrib/config.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/contrib/config.yaml b/contrib/config.yaml index 811ae00ade4..ed7bb39c1bd 100644 --- a/contrib/config.yaml +++ b/contrib/config.yaml @@ -1,3 +1,4 @@ +--- # named connections connections: my_couchbase_conn: couchbase://Administrator:P4ssw0rd@localhost @@ -24,10 +25,17 @@ connections: pass: vertica host: localhost sll: - protocol: sqlite3 + file: /path/to/mydb.sqlite3 mdc: modernsqlite:test.db dkd: test.duckdb zzz: ["driver", 'param1', param2] + zz2: + proto: mysql + user: 'my username' + pass: 'my password!' + host: localhost + opts: + opt1: "😀" # startup script init: | \echo welcome to the jungle `date`