2023-04-08 14:17:18 +02:00
|
|
|
# Address to bind to (e.g. 127.0.0.1, 0.0.0.0, [::])
|
|
|
|
# default: 127.0.0.1
|
|
|
|
BINDADDR=127.0.0.1
|
|
|
|
|
|
|
|
# Port to bind to
|
2023-05-05 15:16:54 +02:00
|
|
|
# default: 3000
|
|
|
|
PORT=3000
|
2023-04-08 14:17:18 +02:00
|
|
|
|
|
|
|
# List of trusted proxy IPs separated by colons
|
|
|
|
# default: 127.0.0.1,::1
|
2023-05-05 15:16:54 +02:00
|
|
|
# TRUSTEDPROXIES=127.0.0.1,::1
|
2023-04-08 14:17:18 +02:00
|
|
|
|
2023-04-24 07:52:54 +02:00
|
|
|
# Postgresql connection string
|
2023-04-25 18:43:01 +02:00
|
|
|
# format: postgresql://<username>:<password>@<database_ip>/todos?sslmode=verify-ca
|
|
|
|
DATABASE_URL=
|