Skip to content
Snippets Groups Projects
  1. Sep 15, 2014
  2. Aug 19, 2014
  3. Aug 18, 2014
  4. Jul 11, 2014
  5. Jul 10, 2014
  6. Jul 01, 2014
  7. Jun 23, 2014
  8. Jun 10, 2014
  9. Jun 02, 2014
  10. May 26, 2014
  11. May 24, 2014
  12. May 23, 2014
  13. May 22, 2014
  14. Mar 14, 2014
  15. Feb 19, 2014
  16. Feb 18, 2014
  17. Feb 17, 2014
  18. Feb 12, 2014
    • Thorsten Vitt's avatar
      Optionally use an external configuration file. · 0ae7a435
      Thorsten Vitt authored
      When the service is set up, it will try to load configuration files:
      
      1. internal file
      2. /etc/textgrid/aggregator/aggregator.properties
      3. ~/.aggregator.properties
      
      The last one wins. The internal file will be filled with default values
      according to the profiles selected at build time. A copy of the default
      config will be generated at target/aggregator.properties; you can
      generate it manually using the resources goal, e.g.:
      mvn -Pesx1 resources:resources
      0ae7a435
Loading