ACC SHELL

Path : /srv/www/vhosts/unisol/app/
File Upload :
Current File : //srv/www/vhosts/unisol/app/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

		database:
			dsn: 'mysql:host=localhost;dbname=unisol'
			user: unisol
			password: HndwE9682

		session:
			expiration: 14 days


	services:
		authenticator: Authenticator
		nemovitosti: Nemovitosti( 'nemovitosti' )
		poptavky: Poptavky ( 'poptavky' )
		obrazky: Obrazky ( 'obrazky' )  
		nemovitostiObrazky: NemovitostiObrazky ( 'nemovitosti_obrazky' ) 
	factories:


production < common:

development < common:

ACC SHELL 2018