1
0
Fork 0
mirror of https://github.com/yweber/lodel2.git synced 2026-08-02 02:18:37 +02:00

Changes the loader in order to load settings_local.ini instead of versionned settings.ini

This commit is contained in:
Yann 2016-04-12 09:54:04 +02:00
commit d7a6e22db3
2 changed files with 3 additions and 3 deletions

View file

@ -1,3 +1,3 @@
[lodel2]
lib_path = /home/yannweb/dev/lodel2/lodel2-git
plugins_path = /home/yannweb/dev/lodel2/lodel2-git/plugins
lib_path = /usr/lib/python/lodel2
plugins_path = /usr/lib/python/lodel2/plugins, /usr/share/custom_lodel2/plugins

View file

@ -5,4 +5,4 @@
#
from lodel.settings.settings import Settings
Settings.bootstrap(conf_file = 'settings.ini', conf_dir = 'globconf.d')
Settings.bootstrap(conf_file = 'settings_local.ini', conf_dir = 'globconf.d')