@@ -121,43 +121,56 @@ Create .env file according to .env.example file
121
121
122
122
```
123
123
# Plugin Configuration
124
- ADMIN=John_Doe [Admin username]
125
- ADMIN_PASSWORD=AdminPass123 [Password for the admin account]
126
- VENDOR=David_Johnson [Vendor username]
127
- VENDOR2=Johnathon_Smith [Vendor username]
128
- CUSTOMER=Michael_Williams [Customer username]
129
- USER_PASSWORD=Passw0rd123 [Password for all other users]
130
- DOKAN_PRO=true [Dokan pro active status]
131
- LICENSE_KEY=license_key [Dokan License key]
132
- GMAP=map_key [Google Maps API key]
133
- MAPBOX=mapbox_key [Mapbox Maps API key]
134
- TALKJS_APP_ID=talkjs_app_id [TalkJS App ID]
135
- TALKJS_APP_SECRET=talkjs_app_secret [TalkJS App Secret]
136
- VONAGE_API_KEY=vonage_key [Vonage SMS API key]
137
- VONAGE_API_SECRET=vonage_secret [Vonage SMS API secret]
138
- FB_APP_ID=facebook_app_id [Facebook App ID]
139
- FB_APP_SECRET=facebook_app_secret [Facebook App secret]
140
- PRINTFUL_APP_ID=printful_app_id [Printful App ID]
141
- PRINTFUL_APP_SECRET=printful_app_secret [Printful App secret]
142
- RECAPTCHA_SITE_KEY=recaptcha_site_key [reCAPTCHA site key]
143
- RECAPTCHA_SECRET_KEY=recaptcha_secret_key [reCAPTCHA secret key]
124
+ ADMIN=John_Doe [Admin username]
125
+ ADMIN_PASSWORD=AdminPass123 [Password for the admin account]
126
+ VENDOR=David_Johnson [Vendor username]
127
+ VENDOR2=Jhonathon_Smith [Vendor username]
128
+ CUSTOMER=Michael_Williams [Customer username]
129
+ CUSTOMER2=Robert_Thomas [Customer username]
130
+ USER_PASSWORD=Passw0rd123 [Password for all other users]
131
+ DOKAN_PRO=true [Dokan pro active status]
132
+ LICENSE_KEY=license_key [Dokan License key]
133
+ GMAP=map_key [Google Maps API key]
134
+ MAPBOX=mapbox_key [Mapbox Maps API key]
135
+ TALKJS_APP_ID=talkjs_app_id [TalkJS App ID]
136
+ TALKJS_APP_SECRET=talkjs_app_secret [TalkJS App Secret]
137
+ VONAGE_API_KEY=vonage_key [Vonage SMS API key]
138
+ VONAGE_API_SECRET=vonage_secret [Vonage SMS API secret]
139
+ FB_APP_ID=facebook_app_id [Facebook App ID]
140
+ FB_APP_SECRET=facebook_app_secret [Facebook App secret]
141
+ PRINTFUL_APP_ID=printful_app_id [Printful App ID]
142
+ PRINTFUL_APP_SECRET=printful_app_secret [Printful App secret]
143
+ RECAPTCHA_SITE_KEY=recaptcha_site_key [reCAPTCHA site key]
144
+ RECAPTCHA_SECRET_KEY=recaptcha_secret_key [reCAPTCHA secret key]
145
+ TEST_PUBLISH_KEY_STRIPE=test_publish_key_stripe [Stripe publish key]
146
+ TEST_SECRET_KEY_STRIPE=test_secret_key_stripe [Stripe secret key]
147
+ TEST_CLIENT_ID_STRIPE=test_client_id_stripe [Stripe client ID]
148
+ SANDBOX_CLIENT_ID_MANGOPAY=sandbox_client_id_mangopay [Mangopay sandbox client ID]
149
+ SANDBOX_API_KEY_MANGOPAY=sandbox_api_key_mangopay [Mangopay sandbox API key]
150
+ TEST_KEY_ID_RAZORPAY=test_key_id_razorpay [Razorpay key ID]
151
+ TEST_KEY_SECRET_RAZORPAY=test_key_secret_razorpay [Razorpay key secret]
152
+ TEST_PUBLISH_KEY_STRIPE_EXPRESS=test_publish_key_stripe_express [Stripe Express publish key]
153
+ TEST_SECRET_KEY_STRIPE_EXPRESS=test_secret_key_stripe_express [Stripe Express secret key]
154
+ TEST_MERCHANT_ID_PAYPAL_MARKETPLACE=test_merchant_id [PayPal Merchant ID]
155
+ TEST_CLIENT_ID_PAYPAL_MARKETPLACE=test_client_id_paypal_marketplace [PayPal Marketplace Client ID]
156
+ TEST_CLIENT_SECRET_PAYPAL_MARKETPLACE=test_client_secret_paypal_marketplace [PayPal Marketplace Client Secret]
144
157
145
158
# Playwright Configuration
146
- BASE_URL=https://example.com [Base URL of the test site]
147
- CI=true [CI/CD environment indicator]
148
- SLOWMO=10 [Slow down test execution by provided seconds] [optional]
149
- NO_SETUP=true [Whether not to run setup tests before actual tests] [optional]
150
- LOCAL=true [Local testing indicator] [optional]
151
- NON_HEADLESS=true [browser mode indicator] [optional]
152
- SITE_PATH=/users/rk/sites/dokan [Path of the local test site][only for local testing]
159
+ BASE_URL=https://example.com [Base URL of the test site]
160
+ CI=true [CI/CD environment indicator]
161
+ SLOWMO=10 [Slow down test execution by provided seconds] [optional]
162
+ NO_SETUP=true [Whether not to run setup tests before actual tests] [optional]
163
+ LOCAL=true [Local testing indicator] [optional]
164
+ NON_HEADLESS=true [browser mode indicator] [optional]
165
+ SITE_PATH=/users/rk/sites/dokan [Path of the local test site][only for local testing]
153
166
154
167
# Database Configuration
155
- DB_HOST_NAME=localhost [Database server hostname or IP address]
156
- DB_USER_NAME=dbuser [Database username]
157
- DB_USER_PASSWORD=dbpassword [Database user password]
158
- DATABASE=mywpdb [Database name]
159
- DB_PORT=3306 [Database connection port]
160
- DB_PREFIX=wp [Prefix for database tables]
168
+ DB_HOST_NAME=localhost [Database server hostname or IP address]
169
+ DB_USER_NAME=dbuser [Database username]
170
+ DB_USER_PASSWORD=dbpassword [Database user password]
171
+ DATABASE=mywpdb [Database name]
172
+ DB_PORT=3306 [Database connection port]
173
+ DB_PREFIX=wp
161
174
```
162
175
163
176
<br />
0 commit comments