diff options
author | Ondřej Žára <ondras@zarovi.cz> | 2017-11-15 20:16:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-15 20:16:20 +0100 |
commit | c4548249be5b2e656681bfef4d58eedce359df08 (patch) | |
tree | 112480cbe7c66dae0632e1bf9955e3f196e738fc /js | |
parent | 48913bf78706f5926f8169906d79618ffcbd1299 (diff) | |
parent | 839550377dea29d23c608c9fcf3e1dfcbca45705 (diff) | |
download | wwwsqldesigner-master.zip wwwsqldesigner-master.tar.gz wwwsqldesigner-master.tar.bz2 |
Merge pull request #262 from truckpad/masterHEADorigin/masterorigin/HEADmaster
Support for S3 bucket backend
Diffstat (limited to 'js')
-rw-r--r-- | js/config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/config.js b/js/config.js index 90ec791..20af61c 100644 --- a/js/config.js +++ b/js/config.js @@ -5,7 +5,7 @@ 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"], + 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, |