Guest User

Untitled

a guest
Nov 10th, 2012
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.61 KB | None | 0 0
  1. #
  2. # SECURITY WARNING: it is CRITICAL that this file & directory are NOT accessible directly via a web browser!
  3. #
  4. # If you don't protect this directory from direct web access, anybody will be able to see your passwords.
  5. # http://nette.org/security-warning
  6. #
  7. common:
  8.     parameters:
  9.  
  10.     php:
  11.         date.timezone: Europe/Prague
  12.  
  13.     nette:
  14.         application:
  15.             errorPresenter: Error
  16.  
  17.         database:
  18.             dsn: 'mysql:host=localhost;dbname=kerouac'
  19.             user: 'root'
  20.             password:
  21.  
  22.         session:
  23.             expiration: 30 days
  24.  
  25.  
  26.     services:
  27.         article: Todo\ArticleRepository
  28.  
  29.  
  30.     factories:
  31.  
  32.  
  33. production < common:
  34.  
  35. development < common:
Advertisement
Add Comment
Please, Sign In to add comment