D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
forge
/
ebrokers.online
/
Filename :
.env
back
Copy
# Web Version (Do not Change) NEXT_PUBLIC_WEB_VERSION="1.2.7" # application name here NEXT_PUBLIC_APPLICATION_NAME="eBroker" # ADMIN PANEL URL NEXT_PUBLIC_API_URL="https://ebrokers-admin.ebrokers.online" # Website URL NEXT_PUBLIC_WEB_URL="https://ebrokers.online" # API Caching time in milliseconds (e.g., 300000 for 5 minutes) (Do not change) NEXT_PUBLIC_API_STALE_TIME="300000" # 5 minutes # GOOGLE MAPS API KEY NEXT_PUBLIC_GOOGLE_MAPS_API=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx # FIREBASE SETUP NEXT_PUBLIC_API_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx NEXT_PUBLIC_AUTH_DOMAIN=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx NEXT_PUBLIC_PROJECT_ID=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx NEXT_PUBLIC_STORAGE_BUCKET=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx NEXT_PUBLIC_MESSAGING_SENDER_ID=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx NEXT_PUBLIC_APP_ID=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx NEXT_PUBLIC_MEASUREMENT_ID=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx # vapid key NEXT_PUBLIC_VAPID_KEY="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" # 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=IN # API ENDPOINT (Do not change) NEXT_PUBLIC_END_POINT="/api/" # SEO (change only if you dont want seo friendly) NEXT_PUBLIC_SEO="false" # Inspect element in prodcution (Do not change) NEXT_PUBLIC_ALLOW_INSPECT="false" # PWA (Progressive Web App) enabled or not # If you want to enable PWA then set this to true NEXT_PUBLIC_PWA_ENABLED="false" # DEFAULT META TAGS (This is for seo metadata) NEXT_PUBLIC_META_TITLE="eBroker | Empower Your Real Estate Business" NEXT_PUBLIC_META_DESCRIPTION="Unlock your real estate potential with eBroker - 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_SCHEMA_NAME="ebroker"