Skip to content

Commit b3308f4

Browse files
committed
Add shadow-cljs' docs links
1 parent 56c22a7 commit b3308f4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ This file has two main functions:
77
- Set configuration differences between local and deployed versions
88
- `:base-url` base url that the http client will use to build the backend requests
99
- `: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+
1213

1314
## Project
1415
[Check the project backlog, issues and ongoing tasks](https://github.com/orgs/clj-codes/projects/2)

0 commit comments

Comments
 (0)