Skip to content

Commit 79d8863

Browse files
authored
Fix config mismatches (#1539) (#1543)
Cherry-picked from #1539
1 parent 0f173c3 commit 79d8863

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/ROOT/pages/configuration/configuration-settings.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@ m|+++0+++
774774
|Description
775775
a|The names of databases that are allowed on this server - all others are denied. Empty means all are allowed. Can be overridden when enabling the server, or altered at runtime, without changing this setting. Exclusive with 'server.initial_denied_databases'
776776
|Valid values
777-
a|A comma-separated set where each element is a string.
777+
a|A comma-separated set where each element is a valid database name containing only alphabetic characters, numbers, dots, and dashes with a length between 3 and 63 characters, starting with an alphabetic character but not with the name `system`.
778778
|Default value
779779
m|++++++
780780
|===
@@ -792,7 +792,7 @@ m|++++++
792792
|Description
793793
a|The names of databases that are not allowed on this server. Empty means nothing is denied. Can be overridden when enabling the server, or altered at runtime, without changing this setting. Exclusive with 'server.initial_allowed_databases'
794794
|Valid values
795-
a|A comma-separated set where each element is a string.
795+
a|A comma-separated set where each element is a valid database name containing only alphabetic characters, numbers, dots, and dashes with a length between 3 and 63 characters, starting with an alphabetic character but not with the name `system`.
796796
|Default value
797797
m|++++++
798798
|===
@@ -1476,7 +1476,7 @@ m|+++:7474+++
14761476
|Description
14771477
a|Defines the set of modules loaded into the Neo4j web server. Options include TRANSACTIONAL_ENDPOINTS, BROWSER, UNMANAGED_EXTENSIONS and ENTERPRISE_MANAGEMENT_ENDPOINTS (if applicable).
14781478
|Valid values
1479-
a|A comma-separated set where each element is one of [TRANSACTIONAL_ENDPOINTS, UNMANAGED_EXTENSIONS, BROWSER, ENTERPRISE_MANAGEMENT_ENDPOINTS].
1479+
a|A comma-separated set where each element is one of [TRANSACTIONAL_ENDPOINTS, UNMANAGED_EXTENSIONS, BROWSER, ENTERPRISE_MANAGEMENT_ENDPOINTS, QUERY_API_ENDPOINTS].
14801480
|Default value
14811481
m|+++TRANSACTIONAL_ENDPOINTS,UNMANAGED_EXTENSIONS,BROWSER,ENTERPRISE_MANAGEMENT_ENDPOINTS+++
14821482
|===

0 commit comments

Comments
 (0)