Explicitly mention default value in README
This commit is contained in:
parent
8376efe7c5
commit
3f7088b4cd
|
@ -80,7 +80,7 @@ admin_acc_login | set to true if site needs to use my account for admin login |
|
|||
customer_username | username for customer user | yes `__ENV.C_USER`
|
||||
customer_password | password for customer user | yes `__ENV.C_PW`
|
||||
customer_user_id | user id for customer user | yes `__ENV.C_UID`
|
||||
hpos_enabled | set to true if site is using order tables | yes `__ENV.HPOS`
|
||||
hpos_enabled | Default is `true`. Set to false if HPOS is disabled in the test site. | yes `__ENV.HPOS`
|
||||
admin_orders_base_url | url part for order urls when posts table is used | no
|
||||
hpos_admin_orders_base_url | url part for order urls when orders table is used | no
|
||||
addresses_customer_billing_* | billing address details for existing customer user | no
|
||||
|
|
Loading…
Reference in New Issue