Skip to content

Commit e28d0ec

Browse files
committed
Improve description
1 parent 8cb2776 commit e28d0ec

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2214,8 +2214,11 @@ m|+++UTC+++
22142214
|Description
22152215
a|Databases may be created from an existing _seed_ (a database backup or dump) stored at some source URI.
22162216
Different types of seed source are supported by different implementations of `com.neo4j.dbms.seeding.SeedProvider`.
2217-
There are two available values, the built-in `S3SeedProvider` and `URLConnectionSeedProvider`.
2218-
Seeds addressed with `s3:` are supported by `S3SeedProvider` and seeds stored at `file`, `ftp`,`http`, and `https` URIs are supported by `URLConnectionSeedProvider`.
2217+
There following values are available, `CloudSeedProvider`, `S3SeedProvider`, `FileSeedProvider` and `URLConnectionSeedProvider`.
2218+
Seeds addressed with `s3` are supported by `S3SeedProvider`.
2219+
Seeds addressed with `s3`, `azb`, `gs` are supported by `CloudSeedProvider`.
2220+
Seeds addressed with `ftp`,`http`, and `https` URIs are supported by `URLConnectionSeedProvider`.
2221+
Seed addressed with `file` are supported by `FileSeedProvider`.
22192222
This list specifies enabled seed providers.
22202223
If a seed source (URI scheme) is supported by multiple providers in the list, the first matching provider will be used.
22212224
If the list is set to empty, the seed from URI functionality is effectively disabled.

0 commit comments

Comments
 (0)