Browse Source

specified config dir

main
Holger Frey 3 years ago
parent
commit
650f6f6693
  1. 2
      moin.py

2
moin.py

@ -30,7 +30,7 @@ import sys, os
# a2) Path of the directory where wikiconfig.py / farmconfig.py is located. # a2) Path of the directory where wikiconfig.py / farmconfig.py is located.
# See wiki/config/... for some sample config files. # See wiki/config/... for some sample config files.
#sys.path.insert(0, '/path/to/wikiconfigdir') #sys.path.insert(0, '/path/to/wikiconfigdir')
#sys.path.insert(0, '/path/to/farmconfigdir') sys.path.insert(0, '/data/config/')
# b) Configuration of moin's logging # b) Configuration of moin's logging
# If you have set up MOINLOGGINGCONF environment variable, you don't need this! # If you have set up MOINLOGGINGCONF environment variable, you don't need this!

Loading…
Cancel
Save