Skip to content

Commit

Permalink
Add SELF_URL to user service
Browse files Browse the repository at this point in the history
  • Loading branch information
Brutus5000 committed Jan 17, 2025
1 parent ecd2f31 commit 06326e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/faf-user-service/templates/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ metadata:
app: faf-user-service
data:
# Only for testing environments
SELF_URL: "https://user.{{.Values.baseDomain}}"
FAF_ENVIRONMENT: {{ eq .Values.environment "prod" | ternary "" .Values.environment }}
REAL_IP_HEADER: "Cf-Connecting-Ip"
PASSWORD_RESET_URL: "https://www.{{.Values.baseDomain}}/account/password/reset"
Expand Down

0 comments on commit 06326e3

Please sign in to comment.