forked from scanopy/scanopy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
23 lines (19 loc) · 872 Bytes
/
.env.example
File metadata and controls
23 lines (19 loc) · 872 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
### - Server
SCANOPY_DATABASE_URL=postgresql://postgres:password@localhost:5432/scanopy
SCANOPY_PUBLIC_URL=http://your-domain.com:60072
SCANOPY_LOG_LEVEL=info
# SCANOPY_DISABLE_REGISTRATION=true
## - uncomment below when using HTTPS
# SCANOPY_USE_SECURE_SESSION_COOKIES=true
### - SMTP (optional - for password reset and notifications)
# SCANOPY_SMTP_RELAY=smtp.gmail.com:587
# SCANOPY_SMTP_USERNAME=your-email@gmail.com
# SCANOPY_SMTP_PASSWORD=your-app-password
# SCANOPY_SMTP_EMAIL=scanopy@yourdomain.com
### - To configure OIDC (optional), use the oidc.toml.example file
### - Metrics (optional - for Prometheus/Grafana)
# SCANOPY_METRICS_TOKEN=your-secure-token-here
## - Restrict metrics access to specific IPs/CIDRs (comma-separated)
# SCANOPY_EXTERNAL_SERVICE_PROMETHEUS_ALLOWED_IPS=192.168.1.0/24,10.0.0.1
### - Daemon
# SCANOPY_DAEMON_API_KEY=<autogenerated>