; ; 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://nettephp.com/security-warning ; [common] ; PHP configuration php.date.timezone = "Europe/Prague" php.iconv.internal_encoding = "UTF-8" php.mbstring.internal_encoding = "UTF-8" ; variables variable.lang = en variable.tempDir = %appDir%/temp variable.logDir = %appDir%/log ; services service.Nette-Security-IAuthenticator = UsersModel service.Nette-Loaders-RobotLoader.option.directory[] = %appDir% service.Nette-Loaders-RobotLoader.option.directory[] = %libsDir% service.Nette-Loaders-RobotLoader.run = TRUE [common.database] driver = mysql host = localhost database = guestbook ; database name username = username ; your username password = password ; your password [production < common] [development < common]