# Environment Configuration
# Generated by Cab Booking System Installer
# Generated on: 2026-02-28T10:30:39.544Z
#
# ⚠️ IMPORTANT: This is your actual .env file
# Keep this file secure and never commit to version control

# Basic Configuration
# ------------------

# Application environment (development, production, test)
NODE_ENV=development

# MongoDB connection string
MONGODB_URI=mongodb+srv://developer:QXqagscRwyhocVLP@developer-hltech.t1ywedj.mongodb.net/

# Server port number
PORT=5000

# Licence configurations
LICENCE_KEY=Lic-47b147bdd614d7e1965c08e4a6bc8e
DOMAIN=admin.gocabs.one
LICENSE_SERVER_URL=https://core.servervault.in/modules/servers/licensing/verify.php

# Additional Notes:
# - This file contains your actual configuration values
# - Keep sensitive information secure and never commit .env to version control
# - Server will automatically restart with new configuration
