Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. ################################################
  2. # Spring conf
  3. ################################################
  4. spring:
  5. cache:
  6. type: none
  7. devtools:
  8. remote:
  9. restart:
  10. enabled: false
  11. server:
  12. port: 7080
  13. address: 127.0.0.1
  14. management:
  15. security:
  16. enabled: false
  17.  
  18. ###############################################
  19. # Application conf
  20. ################################################
  21. application:
  22. webservice:
  23. auth:
  24. urls: http://127.0.0.1:7896
  25. right:
  26. urls: http://127.0.0.1:1235
  27. wscodeurs:
  28. default:
  29. number:
  30. async:
  31. contexts: 50
  32. path:
  33. save:
  34. backup:
  35. db: ../db/backup/wscodeurs_backup.db
  36. dbng: ../db/backup/wscodeurs_backupNG.db
  37. image: ../db/images/
  38. sdp: ../db/sdp/
  39. db: ../db/gestion_codeurs.db
  40. dbng: ../db/gestion_codeursNG.db
  41. service:
  42. databaseUpdater: databaseUpdaterNGMock
  43. interfacesService: interfacesServiceImpl
  44. wsReferentielClient: wsReferentielClientMockImpl
  45. webservice:
  46. calcul:
  47. threshold: 10
  48. urlRoi: src/main/resources/images/noVideoCut.jpg
  49. noVideoReferenceImage: src/main/resources/images/noVideoPlain.jpg
  50. modeleSiqura : siqura2
  51. update:
  52. version:
  53. onstartup: true
  54. referentiel:
  55. url:
  56. codeurs: http://localhost:8085/referentiel-video/referentiel/codeurs
  57. version: http://localhost:8085/referentiel-video/referentiel/version
  58. time:
  59. codeur:
  60. timeout: 500
  61. default:
  62. timeout:
  63. connect: 1000
  64. read: 1000
  65. wait:
  66. latch: 3
  67. period:
  68. deprecation:
  69. db: 30000
  70. ################################################
  71. # log conf
  72. ################################################
  73. logging:
  74. file: ../logs/gestion-codeurs.log
  75. level:
  76. com.actemium.miist.siv.wscodeurs: DEBUG
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement