Skip to content

Commit b4b4909

Browse files
authored
Update README.md
1 parent 20aa4f3 commit b4b4909

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,12 @@ environment:
6565
|smtp_manager_password|SMTP Server|Enables environmentalization of API manager SMTP and Alert Email **Password** field|
6666
|smtp_manager_username|SMTP Server|Enables environmentalization of API manager SMTP and Alert Email **Username** field|
6767
|smtp_manager_url|SMTP Server|Enables environmentalization of API manager SMTP and Alert Email **SMTP Server Hostname** field|
68+
|smtp_manager_port|SMTP Server|Enables environmentalization of API manager SMTP and Alert Email **SMTP Server Port** field|
6869
|smtp_manager_connectionType|SMTP Server|Enables environmentalization of API manager SMTP and Alert Email **SMTP Connection Connection Security** field, possible values ** NONE, SSL, TLS**, default value **NONE** |
6970
|smtp_servername_password|SMTP Server|Enables environmentalization of **Password** field|
7071
|smtp_servername_username|SMTP Server|Enables environmentalization of **Username** field|
7172
|smtp_servername_url|SMTP Server|Enables environmentalization of **SMTP Server Hostname** field|
73+
|smtp_servername_port|SMTP Server|Enables environmentalization of **SMTP Server Port** field|
7274
|smtp_servername_connectionType|SMTP Server|Enables environmentalization of **SMTP Server Connection Security** field, possible values ** NONE, SSL, TLS**, default value **NONE** |
7375
|httpbasic_profilename_password|Client Authentication - Http Basic|Enables environmentalization of **Password** field|
7476
|disablehttps_portname|Client Authentication - Http Basic|Disables HTTPS Listener Interface, possible values true and false|
@@ -87,9 +89,9 @@ LDAP Connections, JMS, SMTP does not support environment variables.
8789

8890
For example LDAP environment variable follows a format **ldap_axway_username**
8991

90-
- The prefix "ldap" refers to database connection - the prefix used by LoadableModule to update the appropriate entity.
91-
- The suffix "axway" refers to LDAP connection in Policystudio.
92-
- xyz1234abc is a password of axway ldap connection.
92+
- Prefix "ldap" refers to LDAP connection - the prefix used by LoadableModule to update the appropriate entity in entity store.
93+
- Next field "axway" refers to LDAP connection in Policystudio.
94+
- Suffix "username" is a username of axway ldap connection.
9395

9496
![LDAP Connection](images/ldap.png)
9597

@@ -115,6 +117,8 @@ $export jms_axway_url=ssl://b-871f83a2-9d81-47ce-af1e-8fdc23775442-1.mq.us-east-
115117
$export smtp_manager_username=rnatarajan
116118
$export smtp_manager_password=changeme
117119
$export smtp_manager_url=smtp.axway.com
120+
$export smtp_manager_port=587
121+
$export smtp_manager_connectionType=TLS
118122
```
119123
- SMTP Server Environment variable - updates SMTP server and alert configurations
120124
```bash

0 commit comments

Comments
 (0)