fix: port should actually be used, use port as int in api request

This commit is contained in:
hexlocation 2025-08-01 18:43:03 +02:00
parent 32e186d502
commit cad2855220
2 changed files with 13 additions and 7 deletions

View file

@ -12,8 +12,9 @@ REDIRECT_URI=http://localhost:8081/api/auth/callback
CLIENT_ID=
CLIENT_SECRET=
# Listening port
PORT=
# Listen address (if the IP address is empty, it will default to 127.0.0.1)
# e.g. 127.0.0.1:8081 or :8081
LISTEN_ADDRESS=:8081
# S3
S3_ENDPOINT=