6 lines
83 B
Python
6 lines
83 B
Python
import os
|
|
|
|
|
|
class Config:
|
|
SQLALCHEMY_DATABASE_URI = os.environ["DATABASE_URL"]
|