diff options
Diffstat (limited to 'js/config.js')
-rw-r--r-- | js/config.js | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/js/config.js b/js/config.js new file mode 100644 index 0000000..6149d69 --- /dev/null +++ b/js/config.js @@ -0,0 +1,13 @@ +var CONFIG = { + AVAILABLE_DBS:["mysql","sqlite","web2py","mssql","postgresql"], + DEFAULT_DB:"mysql", + + AVAILABLE_LOCALES:["en","fr","de","cs","pl","pt_BR","es"], + DEFAULT_LOCALE:"en", + + AVAILABLE_BACKENDS:["php-mysql","php-blank","php-file","php-sqlite"], + DEFAULT_BACKEND:["php-mysql"], + + RELATION_THICKNESS:2, + RELATION_SPACING:15 +} |