Skip to content

Commit 2ce97ae

Browse files
committed
Fixed ci.env variable for web_db in django-ci.yml.
1 parent 6d4cc7b commit 2ce97ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.env.ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Database
2-
DATABASE_URI=postgresql://postgres:postgres@localhost:5432/web
2+
DATABASE_URI=postgresql://postgres:postgres@localhost:5432/web_test
33
DATABASE_URI_TEST=postgresql://postgres:postgres@localhost:5432/web_test
44

55
# Django

0 commit comments

Comments
 (0)