Skip to content

Commit 5dc2018

Browse files
committed
update convex
1 parent 397836c commit 5dc2018

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ again and update the `.env.local` file.
132132

133133
```sh
134134
# in .env.local
135-
CONVEX_SELF_HOST_ADMIN_KEY="<admin-key>" # Ensure there are quotes around it
136-
CONVEX_SELF_HOST_URL="http://127.0.0.1:3210"
135+
CONVEX_SELF_HOSTED_ADMIN_KEY="<admin-key>" # Ensure there are quotes around it
136+
CONVEX_SELF_HOSTED_URL="http://127.0.0.1:3210"
137137
```
138138

139139
Then set up the Convex backend (one time):

fly/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ If you want to self-host the Convex backend on Fly.io, you can follow these step
9898
following variables:
9999

100100
```sh
101-
CONVEX_SELF_HOST_URL="<fly-backend-url>"
102-
CONVEX_SELF_HOST_ADMIN_KEY="<your-admin-key>"
101+
CONVEX_SELF_HOSTED_URL="<fly-backend-url>"
102+
CONVEX_SELF_HOSTED_ADMIN_KEY="<your-admin-key>"
103103
```
104104

105105
5. Deploy your Convex functions to the backend using the `convex` CLI from the project root.

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@types/react": "18.2.8",
2424
"@types/react-dom": "18.2.4",
2525
"clsx": "^2.0.0",
26-
"convex": "^1.19.0",
26+
"convex": "^1.19.1",
2727
"dotenv": "^16.1.4",
2828
"eslint": "8.42.0",
2929
"hnswlib-node": "^1.4.2",

0 commit comments

Comments
 (0)