Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RegApp Docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KIT
reg-app
RegApp Docker
Commits
2040dc68
Commit
2040dc68
authored
3 years ago
by
michael.simon
Browse files
Options
Downloads
Patches
Plain Diff
Add MAIL_HOST and MAIL_PORT Env variables
parent
53ffec01
No related branches found
Branches containing commit
Tags
2.7.7
Tags containing commit
No related merge requests found
Pipeline
#158022
passed
2 years ago
Stage: build
Changes
1
Pipelines
231
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
reg-app/wildfly-command.sh
+1
-1
1 addition, 1 deletion
reg-app/wildfly-command.sh
with
1 addition
and
1 deletion
reg-app/wildfly-command.sh
+
1
−
1
View file @
2040dc68
...
...
@@ -20,7 +20,7 @@ data-source add --jndi-name=$JNDI_NAME --name=$DS_NAME --connection-url=jdbc:pos
/subsystem=datasources/data-source=ds
\/
bwidmDS:write-attribute(name=statistics-enabled, value=true)
/subsystem=mail/mail-session=regapp-mail:add(jndi-name=java:/mail/bwIdmMail)
/socket-binding-group=standard-sockets/remote-destination-outbound-socket-binding=regapp-smtp-binding:add(host=localhost,port=25)
/socket-binding-group=standard-sockets/remote-destination-outbound-socket-binding=regapp-smtp-binding:add(host=
\$
{env.MAIL_HOST:
localhost
}
,port=
\$
{env.MAIL_PORT:
25
}
)
/subsystem=mail/mail-session=regapp-mail/server=smtp:add(outbound-socket-binding-ref=regapp-smtp-binding)
jms-queue add --queue-address=bwIdmMailQueue --entries=["queue/bwIdmMailQueue","java:jboss/exported/jms/queue/bwIdmMailQueue"]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment