mirror of
https://github.com/ycd/universities.git
synced 2026-03-13 09:14:01 +08:00
Update database.py
This commit is contained in:
committed by
GitHub
parent
b16fb059e9
commit
83b28a1f8a
@@ -4,7 +4,7 @@ import databases
|
||||
|
||||
|
||||
## Postgres Database
|
||||
DATABASE_URL = "postgresql://yagu:yagu123@localhost:5432/universities"
|
||||
DATABASE_URL = "postgresql://user:password@localhost:5432/universities"
|
||||
# DATABASE_URL = os.environ.get("TRAVIS")
|
||||
database = databases.Database(DATABASE_URL)
|
||||
metadata = sqlalchemy.MetaData()
|
||||
|
||||
Reference in New Issue
Block a user