Skip to content

Commit

Permalink
Pathdb new version w/ fixes
Browse files Browse the repository at this point in the history
Bug fixes
  • Loading branch information
birm authored Aug 21, 2019
2 parents 640d727 + f972c7b commit 5da2420
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/pathdb/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -777,5 +777,5 @@
# if (file_exists($app_root . '/' . $site_path . '/settings.local.php')) {
# include $app_root . '/' . $site_path . '/settings.local.php';
# }
$config_directories['sync'] = '../config/sync';
$config_directories['sync'] = '/data/pathdb/config/sync';
$settings['file_private_path'] = '/data/pathdb/files';$databases['default']['default'] = array ( 'database' => 'QuIP', 'username' => 'root', 'password' => '', 'prefix' => '', 'host' => 'localhost', 'port' => '', 'namespace' => 'Drupal\Core\Database\Driver\mysql', 'driver' => 'mysql',);$settings['hash_salt'] = '3163ca60-e485-41d7-80e6-d91788978ca9';
4 changes: 2 additions & 2 deletions quip-pathdb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ services:
logging:
driver: none
pathdb:
build: "https://github.com/SBU-BMI/PathDB.git#1.0.9"
build: "https://github.com/SBU-BMI/PathDB.git#1.0.10"
container_name: quip-pathdb
restart: unless-stopped
ports: ["443:443","80:80"]
Expand All @@ -66,7 +66,7 @@ services:
command:
- /config/pathdb_pre.sh
imageloader:
build: "https://github.com/SBU-BMI/ImageLoader.git#develop"
build: "https://github.com/SBU-BMI/ImageLoader.git#1.1.0"
container_name: quip-imageloader
volumes:
- ./data:/data/
Expand Down

0 comments on commit 5da2420

Please sign in to comment.