use 8082 for pass

This commit is contained in:
Krzysztof Dryś 2024-01-05 10:24:55 +01:00
parent 91c809ec38
commit 2904bb9b3c
3 changed files with 3 additions and 3 deletions

2
.env
View File

@ -14,4 +14,4 @@ SECURITY_RATE_LIMIT_IP=1000
SECURITY_RATE_LIMIT_BE=100
SECURITY_RATE_LIMIT_MOBILE=100
PASS_ADDR=:8084
PASS_ADDR=:8082

View File

@ -1,5 +1,5 @@
package config
type PassConfig struct {
Addr string `envconfig:"PASS_ADDR" default:":8084"`
Addr string `envconfig:"PASS_ADDR" default:":8082"`
}

View File

@ -89,7 +89,7 @@ services:
group_add:
- '1000'
ports:
- "8084:8084"
- "8084:8082"
env_file:
- .env