portfolio/.env.example
Darius klein 5e1cd15c07
All checks were successful
build and deploy portfolio / build (pull_request) Successful in 51s
build and deploy portfolio / publish-docs (pull_request) Successful in 4s
build and deploy portfolio / publish-portfolio (pull_request) Successful in 3s
Version bump + migration dependencies
2025-05-07 22:33:21 +02:00

21 lines
368 B
Plaintext

JWT_SECRET=temp123
ENVIRONMENT=docker
WEB_PORT=4000
API_PORT=4001
# -
# Database
# -
# IP address of database
POSTGRES_HOST=
# Database port
POSTGRES_PORT=
# Database username
POSTGRES_USER=
# The name of the database to connect to
POSTGRES_DB=portfolio
# Database password
POSTGRES_PASSWORD=
# Whether or not to use SSL ("verify-full" or "disable")
SSL_MODE=disable