Initial commit
This commit is contained in:
4
scraper/config/db.py.example
Normal file
4
scraper/config/db.py.example
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
db = {}
|
||||
db['uri'] = "postgresql://user:password@host:5432/database"
|
Reference in New Issue
Block a user