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.

15 lines
191 B

  1. [external_service]
  2. CONSTA = D01
  3. CONSTB = 1
  4. CONSTC = -23
  5. [external_service.ftp]
  6. server = 127.0.0.1
  7. in_path = /in/
  8. out_path= /out/
  9. user = toto
  10. password = my_dev_password
  11. tls = 0
  12. port = 8074