ACC SHELL
#
# 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:
php:
date.timezone: Europe/Prague
nette:
application:
errorPresenter: Error
mapping:
*: App\*Module\Presenters\*Presenter
session:
expiration: 14 days
database:
dsn: 'mysql:host=localhost;dbname=svjuleskavy'
user: 'svjuleskavy'
password: Sdf192221
options:
lazy: yes
services:
- App\Model\UserManager
- App\RouterFactory
router: @App\RouterFactory::createRouter
translator: Translator
database: Database
authorizator: Authorizator
ACC SHELL 2018