7 lines
122 B
Python
7 lines
122 B
Python
|
|
from __future__ import annotations
|
||
|
|
|
||
|
|
import os
|
||
|
|
|
||
|
|
|
||
|
|
os.environ["PORTAL_DATABASE_URL"] = "postgresql://user:pass@localhost/db"
|