-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
16 lines (14 loc) · 760 Bytes
/
.env.example
File metadata and controls
16 lines (14 loc) · 760 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Environment Variables
# Next.js Public API Base URL
NEXT_PUBLIC_API_BASE_URL=https://cholti-bank-server.vercel.app/api/v1
# Friendly Captcha API Key
# Visit https://friendlycaptcha.com to create an account and generate your API key.
# Follow these steps:
# 1. Create your first Application
# 2. Create an API key to interact with the API
# 3. Study the documentation on how to integrate Friendly Captcha or find a pre-built integration
# 4. Use the sitekey from your new application and the new API key to finalize your integration
# 5. Invite your team members to join your organization
# 6. Complete your payment details and choose your plan
# 7. Have your website protected by Friendly Captcha
NEXT_PUBLIC_FRIENDLY_CAPTCHA=your_friendly_captcha_api_key