server.conf

来自「打印软件」· CONF 代码 · 共 56 行

CONF
56
字号
; FastReport Server configuration file
[Server]
; TCP/IP port for HTTP server
Port=80                         
; report session timeout in seconds (600)
SessionTimeOut=600
; client connection timeout in seconds (600)
SocketTimeOut=600             
; index page filename
IndexFileName=index.html        
; path to folder with logs
LogPath=.\logs\                 
; enable of log writing
WriteLogs=1                     
; maximum log files in history
MaxLogFles=5                    
; maximum log file size
MaxLogSize=1024                 
; path to folder with the reports (*.fr3)
ReportPath=..\server\reports\           
; public document folder for documents and results
RootPath=..\server\htdocs\              
; disable of the caching document by the web browser
NoCacheHeader=1                 
; GZIP compression enable
Compression=1                   
; MD5 message integrity check
MIC=1                           
; list of available reports
ReportsList=1
; user login
Login=                          
; user password
Password=                       

[ReportsCache]
; enable caching of the reports with same params                      
Enabled=1
; path to chache folder
CachePath=.\cache\              
; dafault delay for cache of the report results in seconds
DefaultLatency=300              

[ReportsLatency]
; cache delay for the "1.Basic reports\01.Simple list.fr3" report in seconds
1.Basic reports\01.Simple list.fr3=10                        
; cache delay for the "2.Cross-tabs\07.Two cell values.fr3" report in seconds
2.Cross-tabs\07.Two cell values.fr3=20                        
; set zero cache delay for disable caching of report "3.Add-in objects\01.Rich rext.fr3" 
3.Add-in objects\01.Rich rext.fr3=0
; add below the any reports for the custom cache delay setup

[Database]
Connection=..\server\database\server.mdb
Login=
Password=

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?