Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.64 KB | None | 0 0
  1. #Config section START
  2.  
  3. #Default LANG and country
  4. default:
  5.   locale:
  6.     lng: bg
  7.     country: BG
  8. apps:
  9.   soa:
  10.     ncts:
  11.        #      baseUrl: http://ncts.customs.bg
  12.         baseUrl: http://localhost:8080
  13.         path: /trixie-ncts-soa/rest/process
  14.         isDirty: /trixie-ncts-soa/rest/isDirty
  15.         appName: trixie-ncts-soa
  16.  
  17.     misv:
  18.        #      baseUrl: http://misv.customs.bg
  19.         baseUrl: http://localhost:8080
  20.         path: /trixie-misv-soa/rest/process
  21.         isDirty: /trixie-misv-soa/rest/isDirty
  22.         appName: trixie-misv-soa
  23.  
  24.     ics:
  25.        #      baseUrl: http://ncts.customs.bg
  26.         baseUrl: http://localhost:8080
  27.         path: /trixie-ics-soa/rest/process
  28.         isDirty: /trixie-ics-soa/rest/isDirty
  29.         appName: trixie-ics-soa
  30.  
  31.     custdebt:
  32.        #      baseUrl: http://misv.customs.bg
  33.         baseUrl: http://localhost:8080
  34.         path: /trixie-custdebt-soa/rest/process
  35.         isDirty: /trixie-custdebt-soa/rest/isDirty
  36.         appName: trixie-custdebt-soa
  37.  
  38. # Security integration
  39. security:
  40.   type: local
  41.   # # type: saml
  42.   # samldebug: true
  43.   # iamAppName: ADMIN
  44.   # iamServiceBaseUrl: http://localhost:8080/iam-services/rest
  45.   # configFile: trixie-ncts-samlengine.properties
  46.   # configPath: ${jboss.home.dir}/config/saml
  47.  
  48. xmlSign:
  49.     signJSUrl: https://sign.uslugi.io/assets
  50.     isXMLSigningEnabled: false
  51.  
  52. #EAD
  53. ead:
  54.   working:
  55.     copy:
  56.       dir:
  57.         customs: /tmp/trixie/workingcopy/admin
  58.  
  59. cron:
  60.   ReferenceDataReloadJob: 0 5 0 * * ?
  61.   RefDataReloadJob: 0 35 18 * * ?
  62. #  ReferenceDataReloadJob: 0 /2 * * * ?
  63.  
  64. adbAddress:
  65.   url: "http://10.30.1.56:80/adb-rest"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement