Skip to content

Commit

Permalink
Use valid db url
Browse files Browse the repository at this point in the history
  • Loading branch information
medihack committed Jan 1, 2025
1 parent d606214 commit 0297798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ python_files = ["tests.py", "test_*.py", "*_tests.py"]
testpaths = ["tests"]
env = [
"CALLING_AE_TITLE=ADIT",
"DATABASE_URL=psql://postgres:postgres@localhost:5432/postgres",
"DATABASE_URL=postgres://postgres:postgres@localhost:5432/postgres",
"DBBACKUP_STORAGE_LOCATION=/backups",
"DJANGO_ADMIN_EMAIL=admin@localhost",
"DJANGO_ADMIN_FULL_NAME=ADIT-Admin",
Expand Down

0 comments on commit 0297798

Please sign in to comment.