Created
September 19, 2012 22:00
-
-
Save clooth/3752577 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| web1: | |
| shared_writable_dirs: | |
| - app/cache | |
| - app/logs | |
| document_root: web | |
| default_gateway: app.php | |
| index_list: [app.php] | |
| php_version: 5.4.4 | |
| php_extensions: | |
| - intl | |
| - mbstring | |
| - xsl | |
| - apc | |
| - mysql | |
| - posix | |
| - iconv | |
| - tokenizer | |
| - xml | |
| - pdo_mysql | |
| - zip | |
| php_session_autostart: Off | |
| php_short_open_tag: Off | |
| magic_quotes_gpc: Off | |
| after_build: | |
| - "php bin/composer.phar install" | |
| before_deploy: | |
| - "php app/console doctrine:schema:update --force" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment