wetter/wetter/config/db.py.example

5 lines
92 B
Plaintext
Raw Normal View History

2020-04-06 17:17:10 +02:00
#!/usr/bin/env python3
db = {}
db['uri'] = "postgresql://user:password@host:5432/database"