%PDF- %PDF-
| Direktori : /www/varak.net/povidky.varak.net/app/config/ |
| Current File : /www/varak.net/povidky.varak.net/app/config/config.neon |
#
# SECURITY WARNING: it is CRITICAL that this file & directory are NOT accessible directly via a web browser!
#
# If you don't protect this directory from direct web access, anybody will be able to see your passwords.
# http://nette.org/security-warning
#
parameters:
# database:
# driver: mysqli
# host: localhost
# user: root
# pass:
# database: knihovna
# charset: utf8
php:
date.timezone: Europe/Prague
zlib.output_compression: yes
nette:
application:
errorPresenter: Error
session:
expiration: 14 days
dibi:
driver: mysqli
host: localhost
database: waritko_povidky
user: waritko
pass: blade666
charset: utf8
services:
routerFactory: RouterFactory
router: @routerFactory::createRouter
bookshelf: Bookshelf(@dibi.connection)