Advertisement
Guest User

Untitled

a guest
Aug 16th, 2018
348
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. web:
  2. upload:
  3. folder: ./data/uploaded
  4. completed-folder: ./data/completed
  5.  
  6. spring:
  7. http:
  8. multipart:
  9. max-file-size: 10MB
  10. max-request-size: 10MB
  11.  
  12. security:
  13. avseco:
  14. user:
  15. name: app_avseco
  16. password: Tacie_-daf139s
  17.  
  18. restful:
  19. couchbase-query-url: http://127.0.0.1:8093/query/service
  20. couchbase-user: administrator
  21. couchbase-password: hc7458we
  22. base-write-url: http://127.0.0.1:4985/avseco
  23. base-read-url: http://127.0.0.1:42392/api/avseco
  24. service-order-prefix: /query_service_order
  25. # service-order-prefix: /_design/ddoc/_view/query_all_service_order?include_docs=true
  26. staff-prefix: /query_staff?available=false
  27. # staff-prefix: /_design/ddoc/_view/query_all_staff?include_docs=true
  28. service-order-by-id-prefix: /_bulk_get?revs=false&attachments=false
  29. staff-availability-prefix: /query_staff_availability?staff_docid=
  30. staff-bulk-update-prfix: /_bulk_docs
  31. authentication: http://127.0.0.1:42392/api/avseco/auth
  32. user: owner_avseco
  33. password: aVedi08d_ad-d
  34.  
  35. server:
  36. port: 42391
  37. #ssl.key-store: keystore.p12
  38. #ssl.key-store-password: mypassword
  39. #ssl.keyStoreType: PKCS12
  40. #ssl.keyAlias: tomcat
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement