Skip to content

Commit

Permalink
chore: add new jansMessageConf attribute
Browse files Browse the repository at this point in the history
Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com>
  • Loading branch information
yurem committed Dec 7, 2023
1 parent 52cd494 commit aac56ab
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
13 changes: 13 additions & 0 deletions jans-linux-setup/jans_setup/schema/jans_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2545,6 +2545,18 @@
"syntax": "1.3.6.1.4.1.1466.115.121.1.15",
"x_origin": "Jans created attribute"
},
{
"desc": "Message configuration",
"equality": "caseIgnoreMatch",
"names": [
"jansMessageConf"
],
"json": true,
"oid": "jansAttr",
"substr": "caseIgnoreSubstringsMatch",
"syntax": "1.3.6.1.4.1.1466.115.121.1.15",
"x_origin": "Jans created attribute"
},
{
"desc": "Path to external log4j2.xml",
"equality": "caseIgnoreMatch",
Expand Down Expand Up @@ -3952,6 +3964,7 @@
"jansLogViewerConfig",
"jansLogConfigLocation",
"jansCacheConf",
"jansMessageConf"
"jansDocStoreConf",
"jansSoftVer",
"userPassword",
Expand Down
8 changes: 8 additions & 0 deletions jans-linux-setup/jans_setup/static/rdbm/sql_data_types.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,14 @@
"type": "STRING(MAX)"
}
},
"jansMessageConf": {
"mysql": {
"type": "TEXT"
},
"spanner": {
"type": "STRING(MAX)"
}
},
"jansConfApp": {
"mysql": {
"type": "TEXT"
Expand Down

0 comments on commit aac56ab

Please sign in to comment.