%% -*- erlang -*-
%% 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},
    {site, zotonic_site_status},

    %% This is the fallback site for all non-matching hostnames (or disabled sites).
    {hostname, none},
    {redirect, false},

    %% 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_site_status,
        mod_cron,
        mod_base,
        mod_wires,
        mod_artwork,
        mod_bootstrap,
        mod_ratelimit,
        mod_mqtt,
        mod_l10n,
        mod_authentication,
        mod_site_update,
        mod_zotonic_statistics,
        mod_zotonic_site_management
    ]}
].
