24 lines
308 B
Plaintext
24 lines
308 B
Plaintext
# ©AngelaMos | 2026
|
|
# .env.example
|
|
|
|
APP_NAME=siem
|
|
|
|
SECRET_KEY=change-me-to-a-random-string
|
|
|
|
MONGO_DB=siem
|
|
MONGO_HOST_PORT=8654
|
|
|
|
REDIS_HOST_PORT=6266
|
|
REDIS_PASSWORD=
|
|
|
|
NGINX_HOST_PORT=8431
|
|
BACKEND_HOST_PORT=5113
|
|
FRONTEND_HOST_PORT=3420
|
|
|
|
VITE_API_URL=/api
|
|
|
|
LOG_LEVEL=INFO
|
|
DEBUG=false
|
|
|
|
CLOUDFLARE_TUNNEL_TOKEN=
|