Skip to content

Commit e5fb5e0

Browse files
committed
Update in line with what the message in the product does
1 parent 4da6585 commit e5fb5e0

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

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

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -812,8 +812,7 @@ m|+++0+++
812812
|Description
813813
a|Names of the databases allowed on this server; all others are denied. Empty means all are allowed. This configuration can be overridden when enabling the server or altered at runtime without changing this setting. Exclusive with `server.initial_denied_databases`.
814814
|Valid values
815-
a|A comma-separated set where each element is a valid database name.
816-
Database naming rules are described in xref:database-administration/standard-databases/naming-databases.adoc[Naming rules for databases]
815+
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 or number but not with the name `system`.
817816
|Default value
818817
m|++++++
819818
|===
@@ -829,8 +828,7 @@ m|++++++
829828
|Description
830829
a|Names of the databases not allowed on this server. Empty means nothing is denied. This configuration can be overridden when enabling the server or altered at runtime without changing this setting. Exclusive with `server.initial_allowed_databases`.
831830
|Valid values
832-
a|A comma-separated set where each element is a valid database name.
833-
Database naming rules are described in xref:database-administration/standard-databases/naming-databases.adoc[Naming rules for databases]
831+
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 or number but not with the name `system`.
834832
|Default value
835833
m|++++++
836834
|===
@@ -2185,8 +2183,7 @@ Once it is created, the setting is not valid anymore.
21852183

21862184
To set the default database, use the xref:/clustering/databases.adoc#cluster-default-database[`dbms.setDefaultDatabase()`] procedure instead.
21872185
|Valid values
2188-
a|A valid database name.
2189-
Database naming rules are described in xref:database-administration/standard-databases/naming-databases.adoc[Naming rules for databases]
2186+
a|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 or number but not with the name system.
21902187
|Default value
21912188
m|+++neo4j+++
21922189
|===
@@ -5002,8 +4999,7 @@ m|+++false+++
50024999
|Description
50035000
a|List of databases for which to prevent write queries. Databases not included in this list maybe read_only anyway depending upon the value of <<config_server.databases.default_to_read_only,server.databases.default_to_read_only>>.
50045001
|Valid values
5005-
a| A comma-separated set where each element is a valid database name.
5006-
Database naming rules are described in xref:database-administration/standard-databases/naming-databases.adoc[Naming rules for databases]
5002+
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 or number but not with the name system.
50075003
|Default value
50085004
m|++++++
50095005
|===
@@ -5019,8 +5015,7 @@ m|++++++
50195015
|Description
50205016
a|List of databases for which to allow write queries. Databases not included in this list will allow write queries anyway, unless <<config_server.databases.default_to_read_only,server.databases.default_to_read_only>> is set to true.
50215017
|Valid values
5022-
a|A comma-separated set where each element is a valid database name.
5023-
Database naming rules are described in xref:database-administration/standard-databases/naming-databases.adoc[Naming rules for databases]
5018+
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 or number but not with the name system.
50245019
|Default value
50255020
m|++++++
50265021
|===

0 commit comments

Comments
 (0)