Skip to content

Commit 04413a3

Browse files
Merge pull request #35 from clj-codes/feat/db-docs-env-vars
feat: env vars for db-docs
2 parents ce98af5 + ab7e511 commit 04413a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

resources/config.edn

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
:host #or [#env DB_HOST "localhost"]
1111
:port #or [#env DB_PORT 5432]}
1212

13-
:db-docs {:dir "target"
14-
:url "https://github.com/clj-codes/docs.extractor/releases/download"
15-
:version "v0.3.4"
16-
:file-name "docs-db.zip"}
13+
:db-docs {:dir #or [#env DB_DOCS_DIR "target"]
14+
:url #or [#env DB_DOCS_URL "https://github.com/clj-codes/docs.extractor/releases/download"]
15+
:version #or [#env DB_DOCS_VERSION "v0.3.4"]
16+
:file-name #or [#env DB_DOCS_FILE_NAME "docs-db.zip"]}
1717

1818
:github {:client {:id #or [#env GH_CLIENT_ID "app-client-id"]
1919
:secret #or [#env GH_CLIENT_SECRET "app-client-secret"]}}

0 commit comments

Comments
 (0)