app.ini 332 B

1234567891011121314151617181920212223
  1. [app]
  2. PrefixUrl = http://127.0.0.1:8000
  3. RuntimeRootPath = runtime/
  4. LogSavePath = logs/
  5. LogSaveName = log
  6. LogFileExt = log
  7. TimeFormat = 20060102
  8. [server]
  9. HttpPort = 7777
  10. RunMode = debug
  11. ReadTimeout = 60
  12. WriteTimeout = 60
  13. [database]
  14. Server = 10.200.4.1
  15. UserId = demo
  16. Password = lt789789
  17. Port = 1433
  18. Database = bw
  19. Encrypt = disable