Archived
1
0
This repository has been archived on 2023-08-12. You can view files and clone it, but cannot push or open issues or pull requests.
nntpchan/contrib/frontends/py/nntpchan/config.py
2016-10-18 07:03:51 -04:00

12 lines
272 B
Python

#
# please edit this file to contain the required information
#
""" path to article storage directory """
storage = '/path/to/storage/'
""" database connector url """
dburl = 'postgresql://user:password@localhost/database'
#dburl = 'sqlite:///path/to/nntpchan.sqlite3'