; ; ; ; TimeTrex Configuration File ; *Linux* Example ; ; ; ; System paths. NO TRAILING SLASHES! ; [path] ; URL to TimeTrex web root directory. ie: http://your.domain.com/<*BASE_URL*> ; DO NOT INCLUDE http://your.domain.com, just the directory AFTER your domain base_url = "/timetrex/interface" ; ; log directory ; ; Linux log = "/var/www/log" ; ; Full path and name to the PHP CLI Binary ; ; Linux # php_cli = "/var/www/php/bin/php" php_cli = "/usr/bin/php" ; ; Misc storage, for attachments/images ; ; Linux storage = "/var/www/storage" ; ; Database connection settings. These can be set from the installer. ; [database] database_name = timetrex ; type = postgres8 host = "localhost:5432" password = 63f76a101 type = postgres8 user = timetrex ; ; Email delivery settings. ; [mail] ; Least setup, deliver email through TimeTrex's email relay via SOAP (HTTP port 80) delivery_method = soap ; Deliver email through local sendmail command specified in php.ini ; delivery_method = mail ; Deliver email through remote SMTP server with the following settings. ; delivery_method = smtp ; smtp_host=smtp.gmail.com ; smtp_port=587 ; smtp_username=timetrex@gmail.com ; smtp_password=testpass123 ; ; Cache settings ; [cache] ; Linux dir = "/var/www/cache" enable = FALSE [debug] buffer_output = TRUE enable = TRUE enable_display = TRUE enable_log = TRUE ; Set to false if you're debugging production = TRUE verbosity = 10 [other] default_interface = html5 ; Force all clients to use SSL. force_ssl = FALSE hostname = localhost installer_enabled = TRUE primary_company_id = 1 ; WARNING: DO NOT CHANGE THIS AFTER YOU HAVE INSTALLED TIMETREX. ; If you do it will cause all your passwords to become invalid, ; and you may lose access to some encrypted data. salt = 58e15709a0d7891d601cc9620f84a8e2 ;