This file contains 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
general: | |
writable_directories: [ /wp-content/uploads/ ] | |
php: | |
display_errors: off | |
upload_max_filesize: 20M |
This file contains 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
define('DB_NAME', 'armandina'); | |
/** MySQL database username */ | |
define('DB_USER', 'ila'); | |
/** MySQL database password */ | |
define('DB_PASSWORD', 'z4rolVrp'); | |
/** MySQL hostname */ | |
define('DB_HOST', 'localhost:/tmp/mysql/armandina.sock'); |
This file contains 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
network_writable_dirs: [] | |
php_version: 5.3.6 | |
php_extensions: | |
- mysql | |
php_error_reporting: E_ALL | |
php_display_errors: "On" | |
php_short_open_tag: "On" | |
php_default_mimetype: text/html | |
php_date_timezone: US/central | |
php_max_execution_time: "30" |
This file contains 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: | |
- /uploads |
This file contains 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: | |
after_build: | |
- "php /scripts/random-script.php" | |
before_deploy: | |
- "bash /scripts/migrate-db.sh" | |
after_deploy: | |
- "php /clear-cache.php" |
This file contains 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
global: | |
env: | |
- APP_NAME: lucy | |
- ENV: production | |
- API_KEY: blahblahblahblahblah |
This file contains 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: | |
php_extensions: | |
- gd | |
- pspell | |
- xml | |
- mysql | |
db1: | |
type: mysql |
This file contains 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: | |
name: myapp | |
php_version: 5.3.10 | |
php_extensions: | |
- mysql | |
- redis | |
- gd | |
shared_writable_dirs: | |
- app/usr/uploads |
This file contains 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: | |
php_extensions: | |
- redis | |
php_session_save_handler: redis | |
php_session_save_path: "tcp://tunnel.pagodabox.com:6379" |
This file contains 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
--- | |
:help: false | |
:a: | |
:h: false | |
:username: your_username | |
:u: your_username | |
:password: your_password | |
:p: your_password | |
commands: | |
:init: {} |
OlderNewer