29 lines
424 B
Plaintext
29 lines
424 B
Plaintext
# ©AngelaMos | 2026
|
|
# .env.example
|
|
|
|
APP_NAME=monitor
|
|
PUBLIC_URL=http://localhost:8430
|
|
|
|
NGINX_HOST_PORT=8430
|
|
BACKEND_HOST_PORT=5430
|
|
FRONTEND_HOST_PORT=3430
|
|
POSTGRES_HOST_PORT=5431
|
|
REDIS_HOST_PORT=6430
|
|
|
|
POSTGRES_USER=monitor
|
|
POSTGRES_PASSWORD=changeme
|
|
POSTGRES_DB=monitor
|
|
|
|
REDIS_PASSWORD=
|
|
|
|
JWT_SECRET=
|
|
NOTIFICATION_ENCRYPTION_KEY=
|
|
|
|
NVD_API_KEY=
|
|
CF_RADAR_TOKEN=
|
|
GREYNOISE_API_KEY=
|
|
|
|
CLOUDFLARE_TUNNEL_TOKEN=
|
|
|
|
VITE_API_URL=/api
|