This is the reference point. All the other options are based off this.
|-- app
| |-- controllers
| | |-- admin
| # to generate your dhparam.pem file, run in the terminal | |
| openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048 |
| # ignore temporary file | |
| ignore /.*~/ | |
| notification :tmux, | |
| :display_message => true, | |
| :default_message_format => '%s >> %s', | |
| # the first %s will show the title, the second the message | |
| # Alternately you can also configure *success_message_format*, | |
| # *pending_message_format*, *failed_message_format* | |
| :line_separator => ' > ', # since we are single line we need a separator |