Browse Source

Update of the install/instance_settings.py file

Yann Weber 9 years ago
parent
commit
312bfce1cb
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      install/instance_settings.py

+ 3
- 3
install/instance_settings.py View File

@@ -2,13 +2,13 @@
2 2
 
3 3
 import pymysql
4 4
 
5
-name = 'LODEL2_INSTANCE_NAME'
5
+sitename = 'LODEL2_INSTANCE_NAME'
6 6
 lodel2_lib_path = 'LODEL2_LIB_ABS_PATH'
7 7
 
8 8
 debug = False
9 9
 
10
-emfile = 'em.json'
11
-dynamic_code = 'dynleapi.py'
10
+em_file = 'em.json'
11
+dynamic_code_file = 'dynleapi.py'
12 12
 
13 13
 ds_package = 'MySQL'
14 14
 mh_classname = 'MysqlMigrationHandler'

Loading…
Cancel
Save