Skip to content

Commit

Permalink
Bump faf-user-service to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Brutus5000 committed Jul 11, 2022
1 parent 0a23f53 commit 15e6780
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
8 changes: 4 additions & 4 deletions config.template/faf-user-service/faf-user-service.env
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
PASSWORD_RESET_URL=https://faforever.com/account/password/reset
REGISTER_ACCOUNT_URL=https://faforever.com/account/register
PASSWORD_RESET_URL=https://test.faforever.com/account/password/reset
REGISTER_ACCOUNT_URL=https://test.faforever.com/account/register
FAILED_LOGIN_ACCOUNT_THRESHOLD=5
FAILED_LOGIN_ATTEMPT_THRESHOLD=10
FAILED_LOGIN_THROTTLING_MINUTES=5
FAILED_LOGIN_DAYS_TO_CHECK=1
HYDRA_ISSUER=https://hydra.faforever.com/
HYDRA_ISSUER=https://hydra.test.faforever.com/
HYDRA_BASE_ADMIN_URL=http://faf-ory-hydra:4445
DB_R2DBC_URL=r2dbc:pool:mysql://faf-db:3306/faf?ssl=false
DB_R2DBC_URL=r2dbc:mariadb://faf-db:3306/faf?ssl=false
DB_USERNAME=faf-user-service
DB_PASSWORD=banana
6 changes: 1 addition & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -412,11 +412,7 @@ services:
#
faf-user-service:
container_name: faf-user-service
image: faforever/faf-user-service:1.0.11
networks:
faf:
aliases:
- "faf-user-service"
image: faforever/faf-user-service:2.0.0
restart: unless-stopped
env_file: ./config/faf-user-service/faf-user-service.env
labels:
Expand Down

0 comments on commit 15e6780

Please sign in to comment.