Skip to content

Commit 749e930

Browse files
committed
Update .env.testing.template
1 parent ee42a98 commit 749e930

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.env.testing.template

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
DATABASE_HOST=localhost
2-
DATABASE_PORT=5432
2+
# DATABASE_PORT - unused
3+
# CI uses a hard-coded range 6000-6007,
4+
# locally it discovers running containers
5+
# and launches dbs as needed.
36
DATABASE_NAME=spi_test
47
DATABASE_USERNAME=spi_test
58
DATABASE_PASSWORD=xxx

0 commit comments

Comments
 (0)