You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,9 @@ This file has two main functions:
7
7
- Set configuration differences between local and deployed versions
8
8
-`:base-url` base url that the http client will use to build the backend requests
9
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`.
10
+
- For the configuration values above, their values may be redefined at [compile time](https://shadow-cljs.github.io/docs/UsersGuide.html#closure-defines) if their corresponding [environment
11
+
variables](https://shadow-cljs.github.io/docs/UsersGuide.html#shadow-env) are present: `BASE_URL`, `CLIENT_ID` and `REDIRECT_URI`.
12
+
12
13
13
14
## Project
14
15
[Check the project backlog, issues and ongoing tasks](https://github.com/orgs/clj-codes/projects/2)
0 commit comments