We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce98af5 + ab7e511 commit 04413a3Copy full SHA for 04413a3
resources/config.edn
@@ -10,10 +10,10 @@
10
:host #or [#env DB_HOST "localhost"]
11
:port #or [#env DB_PORT 5432]}
12
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"}
+ :db-docs {:dir #or [#env DB_DOCS_DIR "target"]
+ :url #or [#env DB_DOCS_URL "https://github.com/clj-codes/docs.extractor/releases/download"]
+ :version #or [#env DB_DOCS_VERSION "v0.3.4"]
+ :file-name #or [#env DB_DOCS_FILE_NAME "docs-db.zip"]}
17
18
:github {:client {:id #or [#env GH_CLIENT_ID "app-client-id"]
19
:secret #or [#env GH_CLIENT_SECRET "app-client-secret"]}}
0 commit comments