; SVN FILE: $Id$ ;/** ; * configuration of phms2.0's network service ; * ; * ; * PHP versions 4 and 5 ; * ; * @copyright Copyright (c) 2012 Contec Medical Systems Co.,Ltd (http://www.contec365.com) ; * ; * @package http ; * @subpackage http.config ; */ ; the log configuration ; log.level: Logger threshold All logging requests with level lower than this threshold will be ignored. ; For example, setting logger threshold to INFO means that logging requests with levels ; TRACE and DEBUG will not be logged by this logger. ; If not explicitly configured, loggers will have their threshold level set to DEBUG by default. ; can be set to one of these values(from low to high level):trace,debug,info,warn,error,fatal. ; ; log.file: tells the appender to which file to write. ; NOTE:the file you specify here must have let the php have write access,or service can't be work. log.main.level = info; log.error.level = info; log.third.level = info; log.dyyx.level = info; log.main.file = D:\PhmsWamp\data\log\logfile.log; log.error.file = D:\PhmsWamp\data\log\logfileErr.log; log.third.file = D:\PhmsWamp\data\log\logfileThird.log; log.dyyx.file = D:\PhmsWamp\data\log\logfileDyyx.log; ; the location to save the data¡¢report¡¢report¡¢doctor's signature¡¢photos etc. ; files.data.*: the root location of data and report files ; files.tmp: the root location of temparory files ; files.pics: the root location of doctor's signature files,user's photos etc. ; files.log: the root location of log files. ; files.bugulog: the root location of bug pics or user's uploaded log files files.data.0 = D:\PhmsWamp\data\data; files.tmp = D:\PhmsWamp\data\tmp; files.pics = D:\PhmsWamp\data\pics; files.bugulog = D:\PhmsWamp\data\bugulog; dbs.basic.host = localhost; dbs.basic.port = 3306; dbs.basic.user = root; dbs.basic.pwd = contec2016; dbs.immsg.host = localhost; dbs.immsg.port = 3306; dbs.immsg.user = root; dbs.immsg.pwd = contec2016; dbs.internal.host = localhost; dbs.internal.port = 3306; dbs.internal.user = root; dbs.internal.pwd = contec2016; ;ÖÐתµØÖ· cmds.uri.his = http://localhost:9980/A