40 lines
1.7 KiB
Bash
40 lines
1.7 KiB
Bash
# Web Version (Do not Change)
|
|
NEXT_PUBLIC_WEB_VERSION="2.10.1"
|
|
|
|
|
|
# Admin panle url
|
|
NEXT_PUBLIC_API_URL="https://eclassify.wrteam.me"
|
|
|
|
|
|
# Website URL
|
|
NEXT_PUBLIC_WEB_URL="https://eclassifyweb.wrteam.me"
|
|
|
|
# API ENDPOINT (Do not change)
|
|
NEXT_PUBLIC_END_POINT="/api/"
|
|
|
|
# Firebase config
|
|
NEXT_PUBLIC_API_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
|
NEXT_PUBLIC_AUTH_DOMAIN=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
|
NEXT_PUBLIC_PROJECT_ID=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
|
NEXT_PUBLIC_STORAGE_BUCKET=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
|
NEXT_PUBLIC_MESSAGING_SENDER_ID=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
|
NEXT_PUBLIC_APP_ID=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
|
NEXT_PUBLIC_MEASUREMENT_ID=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
|
|
|
|
|
# Vapid api key
|
|
NEXT_PUBLIC_VAPID_KEY="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
|
|
|
|
# here you get default country list (https://developers.google.com/hotels/hotel-prices/dev-guide/country-codes)
|
|
# enter in small case like (india :- in)
|
|
#DEFAULT COUNTRY
|
|
NEXT_PUBLIC_DEFAULT_COUNTRY=in
|
|
NEXT_PUBLIC_SEO = true
|
|
|
|
NEXT_PUBLIC_SEO_REVALIDATE_MINUTES = 60
|
|
|
|
NEXT_PUBLIC_META_TITLE="eClassify - Buy & Sell Marketplace | Find Everything You Need"
|
|
NEXT_PUBLIC_META_DESCRIPTION="Discover eClassify, your ultimate online marketplace for buying and selling a wide range of products. Enjoy a seamless shopping experience with diverse listings, secure transactions, and excellent customer support. Join eClassify today and start exploring!"
|
|
NEXT_PUBLIC_META_kEYWORDS="buy and sell marketplace, online marketplace, eClassify, buy and sell online, online shopping, sell products online, buy products online, secure transactions, online listings, customer support, e-commerce, digital marketplace, shop online, sell online, online buying and selling"
|
|
|