diff options
author | Marcelo Manzan <manzan@gmail.com> | 2017-11-15 09:55:11 -0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-15 09:55:11 -0200 |
commit | 839550377dea29d23c608c9fcf3e1dfcbca45705 (patch) | |
tree | 112480cbe7c66dae0632e1bf9955e3f196e738fc /js | |
parent | 50d9c111a64eec2695c546f5df0286fdb6380ccf (diff) | |
download | wwwsqldesigner-839550377dea29d23c608c9fcf3e1dfcbca45705.zip wwwsqldesigner-839550377dea29d23c608c9fcf3e1dfcbca45705.tar.gz wwwsqldesigner-839550377dea29d23c608c9fcf3e1dfcbca45705.tar.bz2 |
Update config.js
Diffstat (limited to 'js')
-rw-r--r-- | js/config.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/config.js b/js/config.js index a6cd241..20af61c 100644 --- a/js/config.js +++ b/js/config.js @@ -5,8 +5,8 @@ var CONFIG = { AVAILABLE_LOCALES: ["ar", "cs", "de", "el", "en", "eo", "es", "fr", "hu", "it", "ja", "ko", "nl", "pl", "pt_BR", "ro", "ru", "sv", "zh"], DEFAULT_LOCALE: "en", - AVAILABLE_BACKENDS: ["php-s3", "php-mysql", "php-blank", "php-file", "php-sqlite", "php-mysql+file", "php-postgresql", "php-pdo", "perl-file", "php-cubrid", "asp-file", "web2py"], - DEFAULT_BACKEND: ["php-s3"], + AVAILABLE_BACKENDS: ["php-mysql", "php-s3", "php-blank", "php-file", "php-sqlite", "php-mysql+file", "php-postgresql", "php-pdo", "perl-file", "php-cubrid", "asp-file", "web2py"], + DEFAULT_BACKEND: ["php-mysql"], RELATION_THICKNESS: 2, RELATION_SPACING: 15, |