Add /usr/local/etc/nntp-tiny/server.conf to search path
This commit is contained in:
parent
6ac3f14868
commit
9add3495f7
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ class ConfigFileException(ConfigException):
|
||||||
class Config(configparser.ConfigParser):
|
class Config(configparser.ConfigParser):
|
||||||
SEARCH_PATHS = [
|
SEARCH_PATHS = [
|
||||||
'./server.conf',
|
'./server.conf',
|
||||||
|
'/usr/local/etc/nntp-tiny/server.conf',
|
||||||
'/etc/nntp-tiny/server.conf'
|
'/etc/nntp-tiny/server.conf'
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue