diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/additional_fields | 67 | 
1 files changed, 67 insertions, 0 deletions
| diff --git a/config/additional_fields b/config/additional_fields new file mode 100644 index 0000000..0024988 --- /dev/null +++ b/config/additional_fields @@ -0,0 +1,67 @@ +COMPANY +Your company name +__MVC_CATALOGNAME__ + +MYSQL +Set to 1 if you want to use MySQL +0	1	0 + +{MYSQL}SQLDB +Database to use (will be created) +test___MVC_CATALOGNAME__	interch + +{MYSQL}SQLDSN +DBI DSN to use +dbi:mysql:__MVC_SQLDB__ + +{MYSQL}SQLUSER +Username for MySQL (if any) +	__MVC_CATUSER__	interch + +{MYSQL}SQLPASS +Password for MySQL (if any) +	pass + +{MYSQL}MYSQLCREATE +Set to 1 to create '__MVC_SQLDB__' with mysqladmin +1	0 + +{MYSQLCREATE}MYSQLCREATEOPT +Extra options for creation +	-p	-u root -p + +{MAILORDERTO and ! '__MVC_MYSQL__'}PGSQL +Set to 1 if you want to use PostgreSQL +1	1	0 + +{PGSQL}SQLDB +Database to use (will be created) +__MVC_CATALOGNAME__	interch + +{PGSQL}SQLDSN +DBI DSN to use +dbi:Pg:dbname=__MVC_SQLDB__ + +{PGSQL}SQLUSER +Username for PostgreSQL (if any) +interch	__MVC_CATUSER__	interch + +{PGSQL}SQLPASS +Password for PostgreSQL (if any) +pass	pass + +{PGSQL}!SQLUDATE +Timestamp for PostgreSQL (if any) +2000-01-01 + +SUPERUSER +Account name that will control this catalog +__MVC_CATUSER__	interchange	admin	interch + +CRYPTPW +Administrative password +pass	nevairbe + +DEMOMODE +Set to 1 to display demo helper features in your store +0	0	1 |