diff options
author | Marcos Araujo Sobrinho <marcos.sobrinho@truckpad.com.br> | 2017-11-14 16:12:52 -0200 |
---|---|---|
committer | Marcos Araujo Sobrinho <marcos.sobrinho@truckpad.com.br> | 2017-11-14 16:12:52 -0200 |
commit | a155254c50536a3cd2c70441ad147524e537ff1f (patch) | |
tree | c4308d6048fb19b8f0b410632e5cfd8bc075b7d1 /js/config.js | |
parent | 48913bf78706f5926f8169906d79618ffcbd1299 (diff) | |
download | wwwsqldesigner-a155254c50536a3cd2c70441ad147524e537ff1f.zip wwwsqldesigner-a155254c50536a3cd2c70441ad147524e537ff1f.tar.gz wwwsqldesigner-a155254c50536a3cd2c70441ad147524e537ff1f.tar.bz2 |
AWS S3 Support
Diffstat (limited to 'js/config.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 90ec791..a6cd241 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-mysql", "php-blank", "php-file", "php-sqlite", "php-mysql+file", "php-postgresql", "php-pdo", "perl-file", "php-cubrid", "asp-file", "web2py"], - DEFAULT_BACKEND: ["php-mysql"], + 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"], RELATION_THICKNESS: 2, RELATION_SPACING: 15, |