ayudame.cfg 507 B

1234567891011121314151617181920212223
  1. # default configuration file for Ayudame2
  2. connect {
  3. stdout_human = "true";
  4. stdout_raw = "false";
  5. temanejo1 = "false";
  6. temanejo = "true";
  7. dot = "false";
  8. dot_filename = "ayudame.dot";
  9. xml = "true";
  10. xml_filename = "ayudame.xml";
  11. ayu_port = "8888";
  12. ayu_host = "localhost";
  13. }
  14. logging {
  15. error = "true";
  16. warning = "true";
  17. info = "true";
  18. verbosity_level = "3";
  19. debug = "true";
  20. }