Skip to content

Commit 77b0bd6

Browse files
committed
Add docstring to jdbc-url annotation
1 parent 09d7ae9 commit 77b0bd6

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/integrant/annotations.edn

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{:duct.module/sql
22
{:duct/vars
3-
{jdbc-url {:arg jdbc-url, :env JDBC_DATABASE_URL}}}}
3+
{jdbc-url
4+
{:arg jdbc-url
5+
:env JDBC_DATABASE_URL
6+
:doc "The JDBC database URL"}}}}

0 commit comments

Comments
 (0)