config-orig.yml 210 B

1234567891011
  1. rabbitmq:
  2. host: "127.0.0.1"
  3. port: 5672
  4. user: "guest"
  5. password: "guest"
  6. virtual-host: "testing"
  7. lily:
  8. tex-to-pdf:
  9. queue-name: "tex2pdf"
  10. callback-url: "http://localhost:8080/md2pdf/callback"