Skip to content

Commit

Permalink
Adding more examples to contrib/config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kenshaw committed Apr 4, 2024
1 parent a8713e1 commit 2dcbf0b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion contrib/config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
# named connections
connections:
my_couchbase_conn: couchbase://Administrator:P4ssw0rd@localhost
Expand All @@ -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`
Expand Down

0 comments on commit 2dcbf0b

Please sign in to comment.