/priv/sites/zotonic_status/config

https://code.google.com/p/zotonic/ · #! · 32 lines · 25 code · 7 blank · 0 comment · 0 complexity · 743955a2d19df39cb9ea39d9626f1d0c MD5 · raw file

  1. % Configuration of the Zotonic system site.
  2. % This site is used as the fallback for unrecognized hosts and shows the server status
  3. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  4. % DO NOT CHANGE ANY SETTINGS IN THIS FILE %
  5. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  6. [
  7. % This site is always enabled.
  8. {enabled, true},
  9. {host, zotonic_status},
  10. % This is the fallback site for all non-matching hostnames (or disabled sites).
  11. {hostname, none},
  12. % This site doesn't use a database connection
  13. {dbdatabase, none},
  14. {sign_key_simple, <<>>},
  15. {sign_key, <<>>},
  16. % Installed modules, defined here as there is no database connection
  17. {modules, [
  18. zotonic_status,
  19. mod_base,
  20. mod_zotonic_status_mercurial,
  21. mod_zotonic_tracer
  22. ]},
  23. % Default config keys
  24. {site, [{language, "en"}]}
  25. ].