README: skeleton, including dependency and conffile information
This commit is contained in:
parent
bf08743356
commit
9a1bab27cb
1 changed files with 21 additions and 0 deletions
21
README
Normal file
21
README
Normal file
|
@ -0,0 +1,21 @@
|
|||
|
||||
Dependencies
|
||||
============
|
||||
|
||||
- python3
|
||||
- python3-sqlalchemy
|
||||
- python3-requests
|
||||
|
||||
|
||||
Configuration file
|
||||
==================
|
||||
|
||||
cat ~/.config/ghlister.ini
|
||||
|
||||
[main]
|
||||
# see http://docs.sqlalchemy.org/en/latest/core/engines.html#database-urls
|
||||
db_url = postgres:///github
|
||||
cache_dir = cache
|
||||
log_dir = log
|
||||
username = foobar
|
||||
password = quux
|
Loading…
Add table
Add a link
Reference in a new issue