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 8cbd0e9 commit 26930dd
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 @@ -95,6 +95,8 @@
<Tenant>{{tenant}}</Tenant>
{% endfor %}
</LegacyTenants>
<!-- 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 26930dd

Please sign in to comment.