Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
Merge details:

commit 4827541
Author: Jelle Sebreghts <sebreghts.jelle@gmail.com>
Date:   Fri Oct 25 14:56:46 2019

    Add sane defaults to default.properties.yml

commit 75e1bc8
Author: Jelle Sebreghts <sebreghts.jelle@gmail.com>
Date:   Fri Oct 25 12:41:23 2019

    Revert "Support symfony 3 & 4."

    This reverts commit 3a96451.

    Merge details:

commit 3a96451
Author: Jelle Sebreghts <sebreghts.jelle@gmail.com>
Date:   Fri Oct 25 12:35:24 2019

    Support symfony 3 & 4.
  • Loading branch information
Jelle-S committed Oct 25, 2019
2 parents a5d2e89 + 4827541 commit 5dc4876
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/default.properties.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,11 @@ remote:
opcache:
env: 'fcgi'
host: '/var/run/php_fpm_[user].sock'
cleandir_limit: 2
postsymlink_filechecks:
- '${remote.rootdir}/vendor/autoload.php'
environment_overrides:
^staging:
cleandir_limit: 1
local:
filesdir: '[web_root]/uploads'

0 comments on commit 5dc4876

Please sign in to comment.