SSL_ENABLED=true
# SSL_KEY_PATH=key.pem
# SSL_CERT_PATH=cert.pem
HTTPS_PORT=3443
HTTP_PORT=3000

# A comma-separated list of allowed origins for CORS.
# Example: https://your-frontend.com,https://another-domain.com
CORS_ALLOWED_ORIGINS=['http://localhost:5173', 'https://localhost:5173', 'capacitor://localhost', 'ionic://localhost', 'http://localhost', 'https://localhost']

DB_HOST=localhost
DB_USER=dev
DB_PASSWORD=678954
DB_NAME=dev
DB_PORT=3306

# JWT Secret - change this to a long, random string
JWT_SECRET=saofopfjaiosdfjioadjfioaspdfjoiaspfjidajf

# Server IP for mobile testing
SERVER_IP=192.168.36.54
