/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

  1. % Zotonic site configuration for %%SITE%%.
  2. [
  3. % This site is enabled or not.
  4. {enabled, true},
  5. % Atomic hostname, MUST be equal to the directory name of this site.
  6. {host, %%SITE%%},
  7. % Hostname on which this site runs
  8. {hostname, "%%SITE%%:8000"},
  9. % Aliases which should redirect to the primary hostname
  10. %{hostalias, "www.example.com"},
  11. %{hostalias, "example.com"},
  12. % PostgreSQL database connection
  13. {dbhost, "%%DBHOST%%"},
  14. {dbport, %%DBPORT%%},
  15. {dbuser, "%%DBUSER%%"},
  16. {dbpassword, "%%DBPASSWORD%%"},
  17. {dbdatabase, "%%DBDATABASE%%"},
  18. {dbschema, "%%DBSCHEMA%%"},
  19. % Password for the 'admin' user.
  20. {admin_password, "%%ADMINPASSWORD%%"},
  21. % What skeleton site this site is based on; for installing the initial data.
  22. {skeleton, %%SKEL%%}
  23. ].