You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ErrorDetecting/backend/app/scripts/print_db_url.py

3 lines
56 B

from app.config import DATABASE_URL
print(DATABASE_URL)