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:
parent
7ef1bd8a2f
commit
d7a6e22db3
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue