XThomasBU commited on
Commit
1ef2150
·
1 Parent(s): d3eb480
Files changed (1) hide show
  1. docs/setup.md +1 -1
docs/setup.md CHANGED
@@ -91,7 +91,7 @@ Set the following in the .env file (if running locally) or in secrets (if runnin
91
 
92
  ```bash
93
  CHAINLIT_AUTH_SECRET=<your_jwt_secret>
94
- CHAINLIT_URL=<your_chainlit_url> # Example: CHAINLIT_URL=https://localhost:8000
95
  ```
96
 
97
  ## OpenAI API Key
 
91
 
92
  ```bash
93
  CHAINLIT_AUTH_SECRET=<your_jwt_secret>
94
+ CHAINLIT_URL=<your_chainlit_url> # Example: CHAINLIT_URL=http://localhost:8000
95
  ```
96
 
97
  ## OpenAI API Key