From 74602ddddbb8d182e61813b87d9653d8ee829a56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Mon, 5 Jul 2021 10:47:41 +0800 Subject: Additional fields settings with preset defaults --- config/additional_fields | 67 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 config/additional_fields (limited to 'config') 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 -- cgit v1.2.3