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
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 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
general: | |
writable_directories: [ /wp-content/uploads/ ] | |
php: | |
display_errors: off | |
upload_max_filesize: 20M |
NewerOlder