Skip to content

Commit 7012d2c

Browse files
committed
docs: let {HOST} take the full hostname in the Knex quickstart
The template appended .sqlite.cloud to {HOST} while the prose said to substitute the server hostname, which already ends in .sqlite.cloud.
1 parent 576a185 commit 7012d2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sqlite-cloud/quickstart/quick-start-knex.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ npm install @types/node nodemon ts-node typescript --save-dev
6666
- Create a `.env` file in the root of your project and add your SQLite Cloud connection string:
6767

6868
```bash
69-
DATABASE_URL="sqlitecloud://{USER}:{PASSWORD}@{HOST}.sqlite.cloud:8860"
69+
DATABASE_URL="sqlitecloud://{USER}:{PASSWORD}@{HOST}:8860"
7070
```
7171

7272
Replace `{USER}`, `{PASSWORD}`, and `{HOST}` with your actual SQLite Cloud credentials and server hostname.

0 commit comments

Comments
 (0)