14 lines
196 B
Plaintext
14 lines
196 B
Plaintext
# Database
|
|
POSTGRES_PASSWORD=change_me_in_production
|
|
|
|
# API Keys
|
|
HIBP_API_KEY=""
|
|
RESEND_API_KEY=""
|
|
|
|
# Docker (for deployment)
|
|
DOCKER_TAG=latest
|
|
GITHUB_REPOSITORY_OWNER=kordant
|
|
|
|
# Server
|
|
PORT=3000
|