沈阳玫苑物业管理后端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
502 B

  1. # 工厂号
  2. finr: 100
  3. dbtype: mssql
  4. server: localhost
  5. #server: CCN-MESDB
  6. ip: 127.0.0.1
  7. #ip: 192.168.3.22
  8. user: sa
  9. password: 123456
  10. dbname: BaseServer
  11. port: 1433
  12. # 打印模板文件夹路径
  13. templatepath: D:\Go\gopath\src\LAPP_PLATFORM\\Template
  14. # 日志文件夹路径
  15. log: D:\Go\gopath\src\LAPP_PLATFORM\\log\\lapp.log
  16. # 打印任务读取频率
  17. readtaskinterval: 5
  18. # 支持打印机类型
  19. printertype: N,L,E
  20. inbox: D:\Go\gopath\src\LAPP_PLATFORM\\Inbox
  21. outbox: D:\Go\gopath\src\LAPP_PLATFORM\\Outbox