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: docs/developers/developer-quickstart.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@ description: Thanks for contributing to UIUC.chat ❤️
7
7
## Start here
8
8
9
9
*[ ] Send me (rohan13@illinois.edu) an email and request to be added to:
10
-
*[GitHub Organization](https://github.com/UIUC-Chatbot) & [Frontend repo](https://github.com/CAII-NCSA/uiuc-chat-frontend), <markstyle="color:yellow;">include your GitHub username</mark>.
11
-
*[Secrets manager](https://env.ncsa.ai/), <markstyle="color:yellow;">include your preferred email address</mark>.
10
+
*[GitHub Organization](https://github.com/UIUC-Chatbot) & [Frontend repo](https://github.com/Center-for-AI-Innovation/uiuc-chat-frontend), <markstyle="color:yellow;">include your GitHub username</mark>.
11
+
*[Secrets manager](https://env.uiuc.chat/), <markstyle="color:yellow;">include your preferred email address</mark>.
12
12
* Supabase dashboard, <markstyle="color:yellow;">include your GitHub's email address</mark>.
13
13
14
14
<details>
@@ -26,7 +26,7 @@ description: Thanks for contributing to UIUC.chat ❤️
26
26
27
27
{% hint style="warning" %}
28
28
You must setup an account before continuing, for our secrets service [Infisical](https://infisical.com/docs/documentation/getting-started/introduction).\
29
-
Confirm you can login here: [https://env.ncsa.ai/](https://env.ncsa.ai/)
29
+
Confirm you can login here: [https://env.uiuc.chat/](https://env.uiuc.chat/)
30
30
{% endhint %}
31
31
32
32
Instead of sharing `.env` files manually, we use Infiscal as a central password manager for devs. We use its CLI and web interface.
If it's running on `localhost`, the env vars come from **Infisical**, our shared secrets manager. You can add new env vars at [env.ncsa.ai](https://env.ncsa.ai). 
59
+
If it's running on `localhost`, the env vars come from **Infisical**, our shared secrets manager. You can add new env vars at [env.uiuc.chat](https://env.uiuc.chat/)
60
60
61
61
If it's in production, or any cloud service, the env vars are stored directly in that cloud service. Those include Vercel, Railway, Beam.cloud and more. You can edit env vars in those services, just be careful.
You must setup an account before continuing, for our secrets service [Infisical](https://infisical.com/docs/documentation/getting-started/introduction).\
223
-
Confirm you can login here: [https://env.ncsa.ai/](https://env.ncsa.ai/)
223
+
Confirm you can login here: [https://env.uiuc.chat](https://env.uiuc.chat/)
224
224
225
225
Also make sure to install Infiscal in your local machine as mentioned above
226
226
{% endhint %}
@@ -229,7 +229,7 @@ Also make sure to install Infiscal in your local machine as mentioned above
0 commit comments