Browse Source

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

Yann Weber 8 years ago
parent
commit
d7a6e22db3
2 changed files with 3 additions and 3 deletions
  1. 2
    2
      settings.ini
  2. 1
    1
      tests/loader_utils.py

+ 2
- 2
settings.ini View File

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

+ 1
- 1
tests/loader_utils.py View File

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

Loading…
Cancel
Save