Advertisement
Guest User

Untitled

a guest
Dec 21st, 2014
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. if (file_exists(__DIR__ . '/settings.local.php')) {
  2. include __DIR__ . '/settings.local.php';
  3. }
  4.  
  5. debug: true
  6. auto_reload: true
  7. cache: false
  8.  
  9. $settings['cache']['bins']['render'] = 'cache.backend.null';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement