config.ini.php
上传用户:jiangbw
上传日期:2022-03-16
资源大小:49k
文件大小:2k
源码类别:

MySQL数据库

开发平台:

Unix_Linux

  1. <? /*
  2. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3. ;  PHP FRAMEWORK CLASSES CONFIGURATION  ;
  4. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  5. ; Main Configuration for systems
  6. ; Notes :
  7. ; the (*) mark are mandatory field (do not change their names)
  8. [SITE]
  9. DOMAIN_NAME = localhost; * set this to your domain
  10. SITE_TITLE = This is my website; *
  11. WEB_ADMIN = /admin
  12. ADMIN_MAIL = admin@yourdomain.com; *
  13. [SYSTEM]
  14. SUB_DIR = / ; * if this main site located on sub-directory like geocities.com/yoursite
  15. SYS_DIR = /lib/php4; *
  16. DOC_PATH = d:/wwwroot/dbfconv ; * root directory of your website located on the server
  17. USE_SSL = false
  18. JS_DIR = /lib/js
  19. CACHE_DIR = /cache;
  20. [LOG]
  21. ERROR_LOG = /logs/error.log; *
  22. PROCESS_LOG = /logs/process.log
  23. [MYSQL]
  24. DB_REF = db ; *
  25. DB_LIB_NAME = dbms;
  26. DB_ERROR_LOG = /logs/dberrors.log ; *
  27. DB_DRIVER = mysql ; * common database server mysql, mssql, postgre, oracle, odbc * 
  28. DB_HOST = localhost; * the name of your host or IP address *
  29. DB_PORT = 3306 ; * MySQL Port change this value if your server use different setting
  30. DB_NAME = test; * Database Name (leave this on its commented state, because its not used on this utility)
  31. DB_USER = root; * Username to connect to MySQL server
  32. DB_PASS = your_mysql_password; * Password
  33. DB_PREFIX = sys ; * if you use spesific name on your tables define it here
  34. [SESSION]
  35. STORAGE_TYPE = SESS_FILES; (PHP_DEFAULT, SESS_FILES, SESS_DB) 3 types session model *
  36. USE_PHP_DEFAULT_HANDLER = true; * this option is affected if STORAGE TYPE is using PHP_DEFAULT
  37. SESS_TMP_DIR = /session_data ; * storage of temporary session data
  38. SESS_NAME = SESSID ; * Default Cookie Name, php default is PHPSESSID
  39. COOKIE_PATH = / ; *
  40. COOKIE_LIFETIME = 60; * valid for n minutes *
  41. COOKIE_DOMAIN = ; * example : .domain.com is set for entire sub domain *
  42. COOKIE_SECURE = 0; * use only for SSL Connection *
  43. [ERROR_HANDLER]
  44. DISPLAY_ERRORS = 0; set to 1 if your site still on developing progress
  45. USE_DEFAULT_HANDLER = true; If set to true you're using default error handler from PHP, if false exception handler are handled by debugger.lib.php
  46. EXCEPTION_HANDLER = /lib/php/debugger.lib.php
  47. USE_DB_LOG = true;
  48. DB_DEBUG_NAME = mis_logs; database name for storing log data
  49. DB_TABLE_NAME = app_error_uam; table name for storing log data
  50. [DISPLAY]
  51. CSS_STYLE = /css/style.css
  52. RECORD_PER_PAGE = 25
  53. [ADD-ON]
  54. DEFAULT_DATA_DIR = dbf_source
  55. */
  56. ?>