Ben Sampson
4525f36cac
use env value for redis queue name
...
It's common to have a redis queue name when having multiple queues/applications on the same instance. Default value is the same.
2018-10-30 12:36:35 +00:00
Ben Sampson
01fa7e37db
Mailtrap now reference smtp. for their host value.
2017-03-17 16:18:18 +00:00
Ben Sampson
2a3743b0fa
PSR-2 formatting of User model?
...
> Lists of implements MAY be split across multiple lines, where each subsequent line is indented once. When doing so, the first item in the list MUST be on the next line, and there MUST be only one interface per line.
https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md#41-extends-and-implements
2015-10-26 13:21:38 +00:00
Ben Sampson
dd036f559b
Fix redirect loop .htaccess
...
Folders that exist have a redirect loop when visiting them. This is because Apache redirects to trailing slash for folders and the current rule is removing it, Apache then adds a trailing slash again.
2015-06-26 14:26:44 +01:00
Ben Sampson
8f6489ef2f
Use relative href on 503 font path
2015-02-08 05:07:57 +00:00