parameters:
	varDir: %appDir%/../var
	logDir: %varDir%/log
	srcDir: %appDir%/../src
	blogDir: %appDir%/../blog

	googleAnalytics:
		account: UA-12182518-9

	disqus:
		shortname: filip-prochazka-blog

	twitter:
		handle: ProchazkaFilip

	gplus:
		accountId: '103239456693574460264'

	facebook:
		username: FilipProchazka
		profileId: '1634280910'

	github:
	    repository: fprochazka/filip-prochazka.com


extensions:
	monolog: Kdyby\Monolog\DI\MonologExtension


application:
	errorPresenter: Error
	mapping:
		*: Fp\*Module\Presenters\*Presenter
	scanDirs:
		- %srcDir%/Presenters


di:
	debugger: off


monolog:
	handlers:
		main: Monolog\Handler\StreamHandler("php://stderr")


session:
	expiration: 14 days
	autoStart: false


decorator:
	Fp\Presenters\BasePresenter:
		setup:
			- $appDir(%appDir%)
			- $wwwDir(%wwwDir%)
			- $productionMode(%productionMode%)
			- $googleAnalyticsAccount(%googleAnalytics.account%)
			- $disqusShortname(%disqus.shortname%)
			- $twitterHandle(%twitter.handle%)
			- $gplusAccountId(%gplus.accountId%)
			- $facebookUsername(%facebook.username%)
			- $facebookProfileId(%facebook.profileId%)
			- $githubRepository(%github.repository%)


includes:
	- services.neon
	- config.local.neon