File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44
44
'sphinx.ext.doctest' ,
45
45
'sphinx.ext.intersphinx' ,
46
46
'sphinx.ext.coverage' ,
47
- 'sphinx.ext.viewcode'
48
- # 'sphinxcontrib.napoleon',
47
+ 'sphinx.ext.viewcode' ,
48
+ 'sphinxcontrib.napoleon' ,
49
49
]
50
50
51
51
napoleon_google_docstring = True
Original file line number Diff line number Diff line change @@ -58,8 +58,8 @@ def reraise(msg, exc):
58
58
instead of by two-key dictionaries. """
59
59
60
60
def _syncthing ():
61
- KEY = os .getenv ('SYNCTHING_API_KEY' , 'YZ434wn99kUqiwXipkLtdGEPqSgxFVfP' )
62
- HOST = os .getenv ('SYNCTHING_HOST' , '192.168 .0.132 ' )
61
+ KEY = os .getenv ('SYNCTHING_API_KEY' )
62
+ HOST = os .getenv ('SYNCTHING_HOST' , '127.0 .0.1 ' )
63
63
PORT = os .getenv ('SYNCTHING_PORT' , 8384 )
64
64
IS_HTTPS = bool (int (os .getenv ('SYNCTHING_HTTPS' , '0' )))
65
65
SSL_CERT_FILE = os .getenv ('SYNCTHING_CERT_FILE' )
You can’t perform that action at this time.
0 commit comments