Skip to content

Commit

Permalink
chore: errors - 1
Browse files Browse the repository at this point in the history
  • Loading branch information
CDiezRodriguez committed Oct 24, 2024
1 parent 3832cd0 commit 22f2990
Showing 1 changed file with 11 additions and 22 deletions.
33 changes: 11 additions & 22 deletions charts/umbrella/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,34 +201,23 @@ portal:
encryptionKey:
"d2e27d71b018cb36029184852f1baa3e26891be94718f77de4c7cc6c882fe317"
mailing:
# We need a valid SMTP server to send emails from the portal
host: "smtp4dev"
port: "25"
user: "portal-user"
senderEmail: "[email protected]"
password: "portal-password"
host: "smtp.tx.test"
port: "587"
user: "smtp-user"
senderEmail: "[email protected]"
password: ""
portalmigrations:
logging:
default: "Debug"
portalmaintenance:
logging:
default: "Debug"
provisioning:
# Seeds centralidp and sharedidp
centralRealmId: "CX-Central"
serviceAccountClientPrefix: "sa"
centralIdentityProvider:
clientId: "central-idp"
sharedRealmClient:
clientId: "central-idp"
sharedRealm:
smtpServer:
host: "smtp4dev"
port: "25"
user: "portal-user"
password: "portal-password"
from: "[email protected]"
replyTo: "[email protected]"
host: "smtp.tx.test"
port: "587"
user: "smtp-user"
password: ""
from: "[email protected]"
replyTo: "[email protected]"
# -- docs: http://portal-backend.tx.test/api/administration/swagger/index.html
# http://portal-backend.tx.test/api/registration/swagger/index.html
# http://portal-backend.tx.test/api/apps/swagger/index.html
Expand Down

0 comments on commit 22f2990

Please sign in to comment.