|
@@ -0,0 +1,80 @@
|
|
|
|
+[application]
|
|
|
|
+public_location = '/'
|
|
|
|
+use_friendly_urls = 1
|
|
|
|
+loader = 'Staple_Autoload' ;Not Implemented Yet
|
|
|
|
+
|
|
|
|
+[page]
|
|
|
|
+header = '' ;ELEMENTS_ROOT'header.php'
|
|
|
|
+footer = '' ;ELEMENTS_ROOT'footer.php'
|
|
|
|
+
|
|
|
|
+[layout]
|
|
|
|
+default = 'main'
|
|
|
|
+title = 'TimeTracker'
|
|
|
|
+
|
|
|
|
+scripts[] = '/foundation-5.5.3/js/vendor/modernizr.js'
|
|
|
|
+scripts[] = '/foundation-5.5.3/js/vendor/jquery.js'
|
|
|
|
+scripts[] = '/foundation-5.5.3/js/vendor/fastclick.js'
|
|
|
|
+scripts[] = '/foundation-5.5.3/js/foundation.min.js'
|
|
|
|
+scripts[] = '/slick-1.5.7/slick/slick.js'
|
|
|
|
+
|
|
|
|
+styles[] = '/font-awesome-4.4.0/css/font-awesome.min.css'
|
|
|
|
+styles[] = '/style/app.css'
|
|
|
|
+styles[] = '/slick-1.5.7/slick/slick.css'
|
|
|
|
+
|
|
|
|
+meta_keywords = ''
|
|
|
|
+meta_description = ''
|
|
|
|
+
|
|
|
|
+[db]
|
|
|
|
+autoconnect = 0
|
|
|
|
+host = 'localhost'
|
|
|
|
+db = 'timetracker'
|
|
|
|
+username = ''
|
|
|
|
+password = ''
|
|
|
|
+
|
|
|
|
+[auth]
|
|
|
|
+enabled = 1
|
|
|
|
+adapter = 'Staple_ExtendedDBAuthAdapter'
|
|
|
|
+controller = 'accountController'
|
|
|
|
+authtable = 'accounts'
|
|
|
|
+uidfield = 'username'
|
|
|
|
+pwfield = 'password'
|
|
|
|
+rolefield = 'accountType'
|
|
|
|
+pinfield = 'pin'
|
|
|
|
+pwenctype = 'SHA1'
|
|
|
|
+allowedRoute[] = 'index'
|
|
|
|
+ADDefaultPrivs = '0'
|
|
|
|
+
|
|
|
|
+[encrypt]
|
|
|
|
+AES_Key = ''
|
|
|
|
+AES_IV = ''
|
|
|
|
+
|
|
|
|
+[email]
|
|
|
|
+html = 1
|
|
|
|
+from = 'no-reply@staplecode.org'
|
|
|
|
+bcc = ''
|
|
|
|
+server = ''
|
|
|
|
+template = ELEMENTS_ROOT'email/template.html'
|
|
|
|
+
|
|
|
|
+[errors]
|
|
|
|
+devmode = 1
|
|
|
|
+
|
|
|
|
+[ActiveDirectory]
|
|
|
|
+host = ''
|
|
|
|
+domain = ''
|
|
|
|
+baseDN = ''
|
|
|
|
+LDAPSenabled = ''
|
|
|
|
+username = ''
|
|
|
|
+password = ''
|
|
|
|
+
|
|
|
|
+[GoogleServices]
|
|
|
|
+domain = ''
|
|
|
|
+username = ''
|
|
|
|
+password = ''
|
|
|
|
+pwordChangeonLogin = ''
|
|
|
|
+
|
|
|
|
+[Checkout]
|
|
|
|
+disabled = '0'
|
|
|
|
+debug = '1'
|
|
|
|
+LogLocation = FOLDER_ROOT'/logs/paypal/ipn.log'
|
|
|
|
+Paypalsandbox = '1'
|
|
|
|
+DisablePaypalAutoSubmit = '0'
|