/priv/sites/zotonicwww/config.in

https://code.google.com/p/zotonic/ · Autoconf · 26 lines · 21 code · 5 blank · 0 comment · 2 complexity · 2c86d476c3db8582b60704a50eed0fbb MD5 · raw file

  1. % Configuration of the Zotonic site
  2. % Copy this file to 'config' and change the settings below.
  3. [
  4. % This site is enabled or not.
  5. {enabled, true},
  6. % Atomic hostname, MUST be equal to the directory name of this site.
  7. {host, zotonicwww},
  8. % Hostname for virtual host support
  9. {hostname, "zotonic.local:8000"},
  10. {hostalias, "www.zotonic.com"},
  11. {hostalias, "zotonic.net"},
  12. {hostalias, "www.zotonic.net"},
  13. % PostgreSQL database connection
  14. {dbhost, "127.0.0.1"},
  15. {dbport, 5432},
  16. {dbuser, "zotonic"},
  17. {dbpassword, ""},
  18. {dbdatabase, "zotonic"},
  19. % Password for the 'admin' user.
  20. {admin_password, "admin"}
  21. ].