sudo vim /etc/postfix/sasl_passwd
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
# Local development services. | |
# | |
# To activate this feature, follow the instructions at the top of the | |
# 'example.settings.local.php' file, which sits next to this file. | |
parameters: | |
http.response.debug_cacheability_headers: true | |
twig.config: | |
debug: true | |
auto_reload: true | |
cache: false |
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
./bin/drush en stage_file_proxy -y -r ./platform && ./bin/drush vset stage_file_proxy_origin "http://ec.europa.eu/futurium" -r ./platform && ./bin/drush vset stage_file_proxy_origin_dir "sites/futurium/files" -r ./platfor |