-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3832cd0
commit 22f2990
Showing
1 changed file
with
11 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|