/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
- % Configuration of the Zotonic system site.
- % This site is used as the fallback for unrecognized hosts and shows the server status
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- % DO NOT CHANGE ANY SETTINGS IN THIS FILE %
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- [
- % This site is always enabled.
- {enabled, true},
- {host, zotonic_status},
- % This is the fallback site for all non-matching hostnames (or disabled sites).
- {hostname, none},
- % This site doesn't use a database connection
- {dbdatabase, none},
- {sign_key_simple, <<>>},
- {sign_key, <<>>},
- % Installed modules, defined here as there is no database connection
- {modules, [
- zotonic_status,
- mod_base,
- mod_zotonic_status_mercurial,
- mod_zotonic_tracer
- ]},
-
- % Default config keys
- {site, [{language, "en"}]}
- ].