1COMPANY
2Your company name
3Standard Store
4
5MYSQL
6Set to 1 if you want to use MySQL
7	1	0
8
9{MYSQL}SQLDB
10Database to use (will be created)
11test___MVC_CATALOGNAME__	interch
12
13{MYSQL}SQLDSN
14DBI DSN to use
15dbi:mysql:__MVC_SQLDB__
16
17{MYSQL}SQLUSER
18Username for MySQL (if any)
19	__MVC_CATUSER__	interch
20
21{MYSQL}SQLPASS
22Password for MySQL (if any)
23	pass
24
25{MYSQL}MYSQLCREATE
26Set to 1 to create '__MVC_SQLDB__' with mysqladmin
271	0
28
29{MYSQLCREATE}MYSQLCREATEOPT
30Extra options for creation
31	-p	-u root -p
32
33{MAILORDERTO and ! '__MVC_MYSQL__'}PGSQL
34Set to 1 if you want to use PostgreSQL
35	1	0
36
37{PGSQL}SQLDB
38Database to use (will be created)
39__MVC_CATALOGNAME__	interch
40
41{PGSQL}SQLDSN
42DBI DSN to use
43dbi:Pg:dbname=__MVC_SQLDB__
44
45{PGSQL}SQLUSER
46Username for PostgreSQL (if any)
47	__MVC_CATUSER__	interch
48
49{PGSQL}SQLPASS
50Password for PostgreSQL (if any)
51	pass
52
53{PGSQL}!SQLUDATE
54Timestamp for PostgreSQL (if any)
552000-01-01
56
57SUPERUSER
58Account name that will control this catalog
59__MVC_CATUSER__	interchange	admin	interch
60
61CRYPTPW
62Administrative password
63pass	nevairbe
64
65DEMOMODE
66Set to 1 to display demo helper features in your store
671	0	1
68
69