Skip to content

Commit d1f7be0

Browse files
committed
added env stuff
1 parent 3de0a73 commit d1f7be0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/content/execute-booking-mutatuion.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,4 +247,11 @@ export default ConfirmationTab
247247

248248
🍷 All we have done here is refence the booking data in the right parts to show the user.
249249

250+
For this to work in the root directory create an `.env` file add the following:
251+
252+
```bash
253+
REACT_APP_API_ENDPOINT=your_api_endpoint
254+
REACT_APP_STRIPE_KEY=pk_test_stripe_key
255+
```
256+
250257
Now we should be able to make bookings for listings! ☎️

0 commit comments

Comments
 (0)