wetter/wetter/config/db.py.example

5 lines
92 B
Python

#!/usr/bin/env python3
db = {}
db['uri'] = "postgresql://user:password@host:5432/database"