port-fix
Some checks failed
Deploy to core / deploy (push) Failing after 6s

This commit is contained in:
2024-02-21 23:14:06 +03:00
parent 750f00c6ac
commit 8d06f59702
2 changed files with 4 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
import sys
from os import environ
PORT = 8080
PORT = 8000
DB_URL = (
environ.get('DATABASE_URL', '').replace('postgres://', 'postgresql://')
or environ.get('DB_URL', '').replace('postgres://', 'postgresql://')