casper-network / casper-sidecar

Apache License 2.0
2 stars 8 forks source link

Making SSE event storage optional. From now the [sse_server] config s… #324

Closed zajko closed 3 months ago

zajko commented 3 months ago

…ection has a disable_event_persistence property. If set to true, Sidecar will not store events to database. [storage.sqlite_config] and [storage.postgresql_config] are optional. Also [storage.sqlite_config] and [storage.postgresql_config] have enabled property. If set to false, Sidecar will treat them as if they are not defined at all. Changed the name of [storage.storage_path] to [storage.storage_folder]