-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.env.sample
More file actions
30 lines (25 loc) · 1.08 KB
/
.env.sample
File metadata and controls
30 lines (25 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Database
# Local/dev: use localhost. Docker: install script or docker-compose sets DATABASE_URL.
DATABASE_URL=postgres://proxydeck:proxydeck@localhost:5432/proxydeck
# Docker production (used by docker-compose.yml)
# POSTGRES_PASSWORD=
# Auth (generate secret: openssl rand -base64 32)
BETTER_AUTH_SECRET=
BETTER_AUTH_URL=http://localhost:3000
# Optional: separate key for encrypting SMTP passwords at rest in the database (defaults to BETTER_AUTH_SECRET).
# SETTINGS_ENCRYPTION_KEY=
# Server
PORT=3000
# HTTP request log (Elysia): simple (default), dev (colored status), combined (CLF-style + ms)
# REQUEST_LOG_FORMAT=simple
# Domain portfolio: optional IP geolocation for first IPv4 (ip-api.com). Off by default.
# DOMAIN_ENRICH_GEO=1
#
# Subdomain hints on create + refresh: HackerTarget hostsearch is on by default (free quota ~50 calls/day/IP).
# HACKERTARGET_HOSTSEARCH=0
# HACKERTARGET_API_KEY= # optional member key (HTTPS + higher quota)
# Optional: proxy detection
# CADDY_ADMIN=http://localhost:2019
# TRAEFIK_API_URL=http://localhost:8080
# TRAEFIK_DYNAMIC_CONFIG=
# PROXY_LOG_FILE=