Replies: 1 comment
-
The configuration problem is most likely caused by two conflicting configurations. StorageConfiguration configuration = Storage.Configuration(Storage.FileProvider(storageFilesystem.ensureDirectoryPath("storage")));
return EmbeddedStorageFoundation.New().setConfiguration(configuration); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to configure EclipseStore to use the configured Spring HikariDataSource.
I have the following config:
But it creates a folder with "storage". How can I tell the foundationfactory to use the configured SqlFileSystem?
@zdenek-jonas
Beta Was this translation helpful? Give feedback.
All reactions