Skip to content

Commit

Permalink
Merge pull request #35 from clj-codes/feat/db-docs-env-vars
Browse files Browse the repository at this point in the history
feat: env vars for db-docs
  • Loading branch information
rafaeldelboni authored May 15, 2024
2 parents ce98af5 + ab7e511 commit 04413a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions resources/config.edn
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
:host #or [#env DB_HOST "localhost"]
:port #or [#env DB_PORT 5432]}

:db-docs {:dir "target"
:url "https://github.com/clj-codes/docs.extractor/releases/download"
:version "v0.3.4"
: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"]}

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

0 comments on commit 04413a3

Please sign in to comment.