We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0f8ee2 commit 56c22a7Copy full SHA for 56c22a7
README.md
@@ -7,6 +7,8 @@ This file has two main functions:
7
- Set configuration differences between local and deployed versions
8
- `:base-url` base url that the http client will use to build the backend requests
9
- `:github` informations used to do the login with github like `:client-id` and `:redirect-uri`
10
+- For the configuration values above, their values may be redefined at compile time if their corresponding environment
11
+variables are present: `BASE_URL`, `CLIENT_ID` and `REDIRECT_URI`.
12
13
## Project
14
[Check the project backlog, issues and ongoing tasks](https://github.com/orgs/clj-codes/projects/2)
0 commit comments