/priv/skel/empty/config.in
https://code.google.com/p/zotonic/ · Autoconf · 29 lines · 23 code · 6 blank · 0 comment · 3 complexity · 8362179c9f9bdf8f028fccf9dacc1ce1 MD5 · raw file
- % Zotonic site configuration for %%SITE%%.
- [
- % This site is enabled or not.
- {enabled, true},
- % Atomic hostname, MUST be equal to the directory name of this site.
- {host, %%SITE%%},
- % Hostname on which this site runs
- {hostname, "%%SITE%%:8000"},
- % Aliases which should redirect to the primary hostname
- %{hostalias, "www.example.com"},
- %{hostalias, "example.com"},
- % PostgreSQL database connection
- {dbhost, "%%DBHOST%%"},
- {dbport, %%DBPORT%%},
- {dbuser, "%%DBUSER%%"},
- {dbpassword, "%%DBPASSWORD%%"},
- {dbdatabase, "%%DBDATABASE%%"},
- {dbschema, "%%DBSCHEMA%%"},
- % Password for the 'admin' user.
- {admin_password, "%%ADMINPASSWORD%%"},
- % What skeleton site this site is based on; for installing the initial data.
- {skeleton, %%SKEL%%}
- ].