ACC SHELL

Path : /srv/www/vhosts/duklavysco/app/config/
File Upload :
Current File : //srv/www/vhosts/duklavysco/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
#
common:
	parameters:

	php:
		date.timezone: Europe/Prague
		# zlib.output_compression: yes


	nette:
		application:
			errorPresenter: Error

		session:
			expiration: 999 days

		database:
			default:
				dsn: 'mysql:host=localhost;dbname=duklavysco'
				user: 'root'
				password: 'root'


	services:
		authenticator: Authenticator
		authorizator: Authorizator
		database: Database

	factories:


production < common:

	nette:
		database:
			default:
				dsn: 'mysql:host=localhost;dbname=duklavysco'
				user: 'duklavysco'
				password: 'DuVy9188'

development < common:

ACC SHELL 2018