.env.sample in harvesting-0.3.0 vs .env.sample in harvesting-0.4.0
- old
+ new
@@ -1,7 +1,10 @@
-HARVEST_FIRST_NAME=John
-HARVEST_LAST_NAME=Smith
+HARVEST_FIRST_NAME=<replace me with a test account>
+HARVEST_LAST_NAME=<replace me with a test account>
HARVEST_ACCOUNT_ID=<replace me with a test account>
HARVEST_NON_ADMIN_ACCOUNT_ID=<replace me with a test account>
HARVEST_ACCESS_TOKEN=<replace me with a test account>
HARVEST_NON_ADMIN_ACCESS_TOKEN=<replace me with a test account>
HARVEST_ADMIN_FULL_NAME=<replace me with a test account>
+HARVEST_NON_ADMIN_FULL_NAME=<replace me with a test account>
+HARVEST_ADMIN_FIRST_NAME=<replace me with a test account>
+HARVEST_ADMIN_LAST_NAME=<replace me with a test account>