You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,10 +65,12 @@ environment:
65
65
|smtp_manager_password|SMTP Server|Enables environmentalization of API manager SMTP and Alert Email **Password** field|
66
66
|smtp_manager_username|SMTP Server|Enables environmentalization of API manager SMTP and Alert Email **Username** field|
67
67
|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|
68
69
|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**|
69
70
|smtp_servername_password|SMTP Server|Enables environmentalization of **Password** field|
70
71
|smtp_servername_username|SMTP Server|Enables environmentalization of **Username** field|
71
72
|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|
72
74
|smtp_servername_connectionType|SMTP Server|Enables environmentalization of **SMTP Server Connection Security** field, possible values ** NONE, SSL, TLS**, default value **NONE**|
73
75
|httpbasic_profilename_password|Client Authentication - Http Basic|Enables environmentalization of **Password** field|
74
76
|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.
87
89
88
90
For example LDAP environment variable follows a format **ldap_axway_username**
89
91
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.
0 commit comments