/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
- % Configuration of the Zotonic site
- % Copy this file to 'config' and change the settings below.
- [
- % This site is enabled or not.
- {enabled, true},
-
- % Atomic hostname, MUST be equal to the directory name of this site.
- {host, zotonicwww},
- % Hostname for virtual host support
- {hostname, "zotonic.local:8000"},
- {hostalias, "www.zotonic.com"},
- {hostalias, "zotonic.net"},
- {hostalias, "www.zotonic.net"},
-
- % PostgreSQL database connection
- {dbhost, "127.0.0.1"},
- {dbport, 5432},
- {dbuser, "zotonic"},
- {dbpassword, ""},
- {dbdatabase, "zotonic"},
-
- % Password for the 'admin' user.
- {admin_password, "admin"}
- ].