diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-07-05 10:47:41 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-07-05 10:47:41 +0800 |
commit | 74602ddddbb8d182e61813b87d9653d8ee829a56 (patch) | |
tree | e000029d139aa4cc3b164285ea8aa435eac192c3 | |
parent | 0b39abcc6a521406f065adcc4db3d283a0a1c08f (diff) |
Additional fields settings with preset defaults
-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 |