58 lines
1.6 KiB
Bash
58 lines
1.6 KiB
Bash
# *<! ------ App ------!>*
|
|
|
|
APP_NAME="Raster"
|
|
APP_ENV="local"
|
|
APP_DEBUG="true"
|
|
APP_URL="https://rasterdoo.com"
|
|
|
|
ASSET_PATH_PUBLIC="public/assets/"
|
|
ASSET_PATH_IMAGES="public/assets/images"
|
|
TIMEZONE="UTC"
|
|
|
|
LIGHT_THEME_ID="default_light_theme"
|
|
DARK_THEME_ID="default_dark_theme"
|
|
|
|
# *<! ------ Language ------!>*
|
|
|
|
DEFAULT_LOCALE="en"
|
|
# supports: "en" (English), "es" (Spanish), "fr" (French), "hi" (Hindi), "it" (Italian), "pt" (Portuguese) or "zh" (Simplified Chinese)
|
|
|
|
# *<! ------ WooSignal Config ------!>*
|
|
|
|
APP_KEY="app_50818d11780aaba6b545076dea5b90"
|
|
# App key from WooSignal link: https://woosignal.com/dashboard
|
|
|
|
# *<! ------ STRIPE (OPTIONAL) ------!>*
|
|
|
|
STRIPE_ACCOUNT=null
|
|
# Stripe account key from WooSignal https://woosignal.com/dashboard
|
|
|
|
STRIPE_COUNTRY_CODE=null
|
|
# Alpha-2 country code list: https://www.iban.com/country-codes
|
|
|
|
STRIPE_LIVE_MODE=null
|
|
# Change to 'true' for live payments and update the "Environment for Stripe" here https://woosignal.com/dashboard
|
|
|
|
# *<! ------ PAYPAL (OPTIONAL) ------!>*
|
|
|
|
PAYPAL_ACCOUNT_EMAIL=null
|
|
# Your PayPal account email e.g. mystore@business.com
|
|
PAYPAL_LIVE_MODE=null
|
|
# Change to 'true' for live payments
|
|
PAYPAL_LOCALE=null
|
|
# Use BCP-47 code from this link https://developer.paypal.com/docs/api/reference/locale-codes/
|
|
|
|
# *<! ------ RAZORPAY (OPTIONAL) ------!>*
|
|
|
|
RAZORPAY_API_KEY=""
|
|
|
|
# *<! ------ EXTRAS ------!>*
|
|
|
|
PRODUCT_PLACEHOLDER_IMAGE="https://woosignal.com/images/woocommerce-placeholder.png"
|
|
# Sets the default placeholder image for products with no image
|
|
|
|
AUTH_USER_KEY="AUTH_USER"
|
|
FCM_ENABLED=null
|
|
|
|
ENCRYPT_KEY=null
|
|
ENCRYPT_SECRET=null |