Skip to content

Commit

Permalink
Add config to indicate the support of unicode datatypes
Browse files Browse the repository at this point in the history
  • Loading branch information
darshanasbg committed Nov 7, 2024
1 parent 65355b3 commit 4041f72
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@
<!-- <KeyStores>database</KeyStores>-->
</DataStorageType>

<NotificationTemplates>
<!-- Indicates whether the database uses native Unicode data types (e.g., NVARCHAR, NCHAR) -->
<UseUnicodeDataTypes>false</UseUnicodeDataTypes>
</NotificationTemplates>

<!-- Time configurations are in minutes -->
<TimeConfig>
<SessionIdleTimeout>15</SessionIdleTimeout>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@
<SMSTemplates>
<Apply>{{notification_templates.sms_templates.apply}}</Apply>
</SMSTemplates>
<!-- Indicates whether the database uses native Unicode data types (e.g., NVARCHAR, NCHAR) -->
<UseUnicodeDataTypes>{{notification_templates.use_unicode_data_types}}</UseUnicodeDataTypes>
</NotificationTemplates>

<!-- Time configurations are in minutes -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@
"remote_fetch.enable": false,
"remote_fetch.working_directory": "${carbon.home}/tmp/",

"notification_templates.use_unicode_data_types": false,

"oauth.token_cleanup.enable": true,
"oauth.token_cleanup.retain_access_tokens_for_auditing": false,

Expand Down

0 comments on commit 4041f72

Please sign in to comment.