Skip to content

Commit

Permalink
add DATABASE_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdihaghverdi authored Feb 20, 2024
1 parent 2d394ed commit 47a727c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- main

env:
DATABASE_URL: postgresql+asyncpg://postgres:postgres@localhost:5432
TEST_DATABASE_URL: postgresql+asyncpg://postgres:postgres@localhost:5432
API_VERSION: 'v1'
SECRET_KEY: 'd76db401004b334d0d79bc041f6c6f54c5f495ef4dc228f500eab4df532248ac'
Expand Down

0 comments on commit 47a727c

Please sign in to comment.