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.

33 lines
889 B

  1. description: Framadate
  2. subordinate: true
  3. host-resources:
  4. - /etc/timezone
  5. default-options:
  6. title: "Framadate"
  7. admin-mail: "admin@example.com"
  8. auto-response-mail: "no@reply"
  9. default-language: fr
  10. uses:
  11. publish-dir:
  12. #constraint: required | recommended | optional
  13. #auto: pair | summon | none ## default: pair
  14. constraint: required
  15. auto: summon
  16. solves:
  17. database: "HTTP Publishing"
  18. scope: container
  19. default-options:
  20. location: !var-expand "$CONFIGSTORE/$BASE_SERVICE_NAME/opt/apps/framadate"
  21. data-dirs:
  22. - tpl_c
  23. - app/inc
  24. - log
  25. postgres-database:
  26. #constraint: required | recommended | optional
  27. #auto: pair | summon | none ## default: pair
  28. constraint: required
  29. auto: summon
  30. solves:
  31. database: "main storage"
  32. default-options:
  33. init-sql: !file-content "$BASE_CHARM_PATH/src/init.sql"