Skip to content

Commit 4d80e04

Browse files
authored
Update .env
1 parent 705e21d commit 4d80e04

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed

ShopMax/.env

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,60 @@
1+
# *<! ------ App ------!>*
12

3+
APP_NAME="MyApp"
4+
APP_ENV="developing"
5+
APP_DEBUG="true"
6+
APP_URL="https://myshopify.com"
7+
API_BASE_URL="https://myshopifystore.com"
8+
9+
ASSET_PATH_PUBLIC="public/assets/"
10+
ASSET_PATH_IMAGES="public/assets/images"
11+
TIMEZONE="UTC"
12+
13+
LIGHT_THEME_ID="default_light_theme"
14+
DARK_THEME_ID="default_dark_theme"
15+
16+
# *<! ------ Language ------!>*
17+
18+
DEFAULT_LOCALE=null
19+
# supports: "en" (English), "es" (Spanish), "fr" (French), "hi" (Hindi), "it" (Italian), "pt" (Portuguese), "zh" (Simplified Chinese), "th" (Thai), "id" (indonesian)
20+
21+
# *<! ------ WooSignal Config ------!>*
22+
23+
APP_KEY="your app key"
24+
# App key from WooSignal link: https://woosignal.com/dashboard
25+
26+
# *<! ------ STRIPE (OPTIONAL) ------!>*
27+
28+
STRIPE_ACCOUNT=null
29+
# Stripe account key from WooSignal https://woosignal.com/dashboard
30+
31+
STRIPE_COUNTRY_CODE=null
32+
# Alpha-2 country code list: https://www.iban.com/country-codes
33+
34+
STRIPE_LIVE_MODE=null
35+
# Change to 'true' for live payments and update the "Environment for Stripe" here https://woosignal.com/dashboard
36+
37+
# *<! ------ PAYPAL (OPTIONAL) ------!>*
38+
39+
PAYPAL_CLIENT_ID=""
40+
PAYPAL_SECRET_KEY=""
41+
42+
PAYPAL_LIVE_MODE=false
43+
# Change to 'true' for live payments
44+
45+
# *<! ------ RAZORPAY (OPTIONAL) ------!>*
46+
47+
RAZORPAY_API_KEY=""
48+
49+
# *<! ------ EXTRAS ------!>*
50+
51+
PRODUCT_PLACEHOLDER_IMAGE="https://woosignal.com/images/woocommerce-placeholder.png"
52+
# Sets the default placeholder image for products with no image
53+
54+
AUTH_USER_KEY="AUTH_USER"
55+
FCM_ENABLED=null
56+
57+
ENCRYPT_KEY=null
58+
ENCRYPT_SECRET=null
59+
60+
SUPPORT_EMAIL=""

0 commit comments

Comments
 (0)