Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit 8c8fa7d

Browse files
committed
Updated circleci database url for asyncpg
See MagicStack/asyncpg#737 for background
1 parent 1524ecb commit 8c8fa7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
environment:
2121
AUTH_SECRET_KEY: secret
2222
IS_CIRCLECI: "true"
23-
DATABASE_URL: postgresql://circle_test:fanviddb_test@localhost/circle_test?sslmode=disable
23+
DATABASE_URL: postgresql+asyncpg://circle_test:fanviddb_test@localhost/circle_test?ssl=disable
2424
EMAIL_TOKEN_SECRET_KEY: secret
2525
- image: cimg/postgres:14.1
2626
environment:

0 commit comments

Comments
 (0)