⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 server.conf

📁 打印软件
💻 CONF
字号:
; 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=.\reports\           
; public document folder for documents and results
RootPath=.\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=.\database\server.mdb
Login=
Password=

⌨️ 快捷键说明

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