We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb0e1f8 + 54c69e2 commit 0fe1f97Copy full SHA for 0fe1f97
17 files changed
.env.example
@@ -1,6 +1,9 @@
1
2
-# chinook database is used in non-destructive tests
+# chinook database used in non-destructive tests
3
CHINOOK_DATABASE_URL="sqlitecloud://user:password@xxx.sqlite.cloud:8860/chinook.db"
4
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"
+# testing databases are created automatically as testing-xxx.db and used in destructive tests
+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