Spaces:
Running
Running
File size: 194 Bytes
ac40033 |
1 2 3 4 5 6 7 8 9 |
import os
db_config = {
'user': os.environ.get('DB_USER'),
'password': os.environ.get('DB_PASSWORD'),
'host': os.environ.get('DB_HOST'),
'database': os.environ.get('DB_NAME')
} |