ininventer/.env.example

22 lines
561 B
Plaintext

# MongoDB Configuration
MONGO_URI=mongodb://mongodb:27017/ininventer
MONGO_INITDB_ROOT_USERNAME=your_mongo_username
MONGO_INITDB_ROOT_PASSWORD=your_mongo_password
MONGO_INITDB_DATABASE=ininventer
# JWT Configuration
JWT_SECRET=your_jwt_secret_key_here_make_it_long_and_random
JWT_EXPIRATION=24h
# Node Environment
NODE_ENV=development
PORT=5000
# Superadmin Credentials (change these!)
SUPERADMIN_EMAIL=admin@example.com
SUPERADMIN_PASSWORD=changeme123
# Domain Configuration (for production)
DOMAIN_NAME=your-domain.com
EMAIL_FOR_SSL=admin@your-domain.com