inbasis.xml 564 B

12345678910111213141516171819202122232425
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <inbasis>
  3. <system-config>
  4. <max-event-threads>1000</max-event-threads>
  5. <max-upload-size>512000</max-upload-size>
  6. <response-charset>GBK</response-charset>
  7. </system-config>
  8. <!-- Configure the error page -->
  9. <error-page>
  10. <exception-type>java.lang.Throwable</exception-type>
  11. <location>/system/error.xul</location>
  12. </error-page>
  13. <session-config>
  14. <timeout-uri>/system/timeout.xul</timeout-uri>
  15. </session-config>
  16. <desktop-config>
  17. <theme-uri>/css/inbasis.css</theme-uri>
  18. </desktop-config>
  19. </inbasis>