-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.env
18 lines (15 loc) · 881 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
REACT_APP_API_URL="https://api.manage-invite.xyz"
REACT_APP_CLIENT_ID="619894044893380618"
REACT_APP_DISCORD_URL="https://discord.gg/N99PJgE"
REACT_APP_SHARD_COUNT=14
REACT_APP_SANDBOX_PAYPAL_ENABLED=false
REACT_APP_PAYPAL_EMAIL="[email protected]"
REACT_APP_PAYPAL_IPN_URL="https://api.manage-invite.xyz/paypal/ipn"
REACT_APP_PAYPAL_RETURN_URL="https://api.manage-invite.xyz/paypal/callback"
REACT_APP_PAYPAL_CANCEL_URL="https://api.manage-invite.xyz"
REACT_APP_PAYPAL_FORM_URL="https://www.paypal.com/cgi-bin/webscr"
REACT_APP_SANDBOX_PAYPAL_EMAIL="[email protected]"
REACT_APP_SANDBOX_PAYPAL_IPN_URL="http://localhost:3300/paypal/ipn"
REACT_APP_SANDBOX_PAYPAL_RETURN_URL="http://localhost:3300/paypal/callback"
REACT_APP_SANDBOX_PAYPAL_CANCEL_URL="http://localhost:3000"
REACT_APP_SANDBOX_PAYPAL_FORM_URL="https://www.sandbox.paypal.com/cgi-bin/webscr"