mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-05-14 13:38:39 -05:00
27 lines
571 B
Bash
27 lines
571 B
Bash
# ==============================================
|
|
# Checkmate Server Configuration
|
|
# ==============================================
|
|
# Copy this file to .env and fill in your values
|
|
|
|
# Server Configuration
|
|
# --------------------
|
|
NODE_ENV=development
|
|
LOG_LEVEL=debug
|
|
|
|
# Database
|
|
# --------
|
|
DB_CONNECTION_STRING=mongodb://localhost:27017/uptime_db
|
|
|
|
# JWT Authentication
|
|
# ------------------
|
|
JWT_SECRET=my_secret
|
|
TOKEN_TTL=99d
|
|
|
|
# Client Configuration
|
|
# --------------------
|
|
CLIENT_HOST=http://localhost:5173
|
|
|
|
# Optional Configuration
|
|
# ----------------------
|
|
ORIGIN=localhost
|