mdsc/main.py

4 lines
96 B
Python

from common.config import settings
print(settings.MYSQL_DATABASE_URL)
print(settings.REDIS_URL)