# Web Version (Do not Change)
NEXT_PUBLIC_WEB_VERSION="1.2.1"

# ADMIN PANEL URL 
NEXT_PUBLIC_API_URL="https://master.peza.homes"

# Website URL 
NEXT_PUBLIC_WEB_URL="https://peza.homes"

# GOOGLE MAPS API KEY
NEXT_PUBLIC_GOOGLE_API=AIzaSyDVxpqcEgUNFVq-XrPUCeUEo_cHAE8-CcE


# FIREBASE SETUP
NEXT_PUBLIC_API_KEY=AIzaSyB0f22_xZOjkcORXe6f7fIz3d4TeETWz30
NEXT_PUBLIC_AUTH_DOMAIN=real-estate-zm.firebaseapp.com
NEXT_PUBLIC_PROJECT_ID=real-estate-zm
NEXT_PUBLIC_STORAGE_BUCKET=real-estate-zm.firebasestorage.app
NEXT_PUBLIC_MESSAGING_SENDER_ID=889760786266
NEXT_PUBLIC_APP_ID=1:889760786266:web:2d72c416e2ff0b2ccb3563
NEXT_PUBLIC_MEASUREMENT_ID=G-NJ69TGZHYF

# vapid key
NEXT_PUBLIC_VAPID_KEY="BNH397j7xdFSlVc5_1OeBGX52w0uHAXZYdZez_L92ue9KC52f1Fx-yZNt7V5KqjV2ATWLfq7fh5SfUHTTEQi1XE"

# here you get default country list (https://developers.google.com/hotels/hotel-prices/dev-guide/country-codes)
# enter in capital case like (india :- in Enter code is IN)
#DEFAULT COUNTRY
NEXT_PUBLIC_DEFAULT_COUNTRY="ZM"  

# API ENDPOINT (Do not change)
NEXT_PUBLIC_END_POINT="/api/"

# SEO (change only if you dont want seo friendly)
NEXT_PUBLIC_SEO="true"

# Inspect element in prodcution (Do not change)
NEXT_PUBLIC_ALLOW_INSPECT="false"

# DEFAULT META TAGS (This is for seo metadata)

NEXT_PUBLIC_META_TITLE="Peza Nyumba | Let your Fingers do the walking"
NEXT_PUBLIC_META_DESCRIPTION="Unlock your real estate potential with Peza Nyumba - the ultimate solution for your business. Streamline operations, boost efficiency, and succeed in style!"
NEXT_PUBLIC_META_KEYWORD="Unique Properties Search,Tailored Real Estate Experiences,Exclusive Property Deals,Personalised Realty Services,Seamless Property Transactions,Prime Residential Properties,Bespoke Property Search,Exceptional Real Estate Guidance,,Premium Housing Options,Innovative Property Solutions"
NEXT_PUBLIC_PATHNAME="Peza Nyumba"
