Skip to content

Commit 0fe1f97

Browse files
Merge pull request #55 from sqlitecloud/socket
Socket
2 parents bb0e1f8 + 54c69e2 commit 0fe1f97

17 files changed

+2188
-578
lines changed

.env.example

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11

2-
# chinook database is used in non-destructive tests
2+
# chinook database used in non-destructive tests
33
CHINOOK_DATABASE_URL="sqlitecloud://user:password@xxx.sqlite.cloud:8860/chinook.db"
44

5-
# testing databases are also created automatically as testing-xxx.db and used in destructive tests
6-
TESTING_DATABASE_URL="sqlitecloud://user:password@xxx.sqlite.cloud:8860/testing.db"
5+
# testing databases are created automatically as testing-xxx.db and used in destructive tests
6+
TESTING_DATABASE_URL="sqlitecloud://user:password@xxx.sqlite.cloud:8860/testing.db"
7+
8+
# sqlite cloud gateway for socket.io connections
9+
GATEWAY_URL=ws://localhost:4000

0 commit comments

Comments
 (0)