Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Commit

Permalink
#1727 #1728: Fixed incorrect file_directory_path
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Nov 25, 2016
1 parent 8140e6f commit 528fe46
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ v2.1.3
======

* Fixed broken screenshot. [#1601](https://github.com/kalabox/kalabox/issues/1601)
* Fixed incorrect `files_directory_path`. [#1727](https://github.com/kalabox/kalabox/issues/1727) [#1728](https://github.com/kalabox/kalabox/issues/1728)

v2.1.2
======
Expand Down
4 changes: 2 additions & 2 deletions app/dockerfiles/db/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Standard mariadb 5.5 container
# Standard mariadb 10.0 container

FROM mariadb:5.5
FROM mariadb:10.0

#
# Add your custom stuff here, you will want to make sure
Expand Down
2 changes: 1 addition & 1 deletion app/plugins/kalabox-plugin-pantheon/lib/env.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ module.exports = function(kbox, app) {
redis_client_password: '',
file_public_path: 'sites/default/files',
file_private_path: 'sites/default/files/private',
file_directory_path: 'site/default/files',
file_directory_path: 'sites/default/files',
file_temporary_path: '/tmp',
file_directory_temp: '/tmp',
css_gzip_compression: false,
Expand Down

0 comments on commit 528fe46

Please sign in to comment.