Add ImmuDB configuration defaults to config.yaml #48

Open
opened 2026-03-14 23:54:59 +00:00 by freemo · 0 comments
Owner

Metadata

  • Commit Message: chore(config): add ImmuDB configuration defaults to config.yaml
  • Branch: feature/m1-v12-immudb-config-defaults

Background

config.yaml has event_sourcing_enabled: false but no ImmuDB connection parameters documented.

Expected Behavior

config.yaml includes all ImmuDB parameters with sensible defaults, matching the specification.

Acceptance Criteria

  • config.yaml includes: immudb_address, immudb_port, immudb_username, immudb_password, immudb_database, snapshot_threshold
  • Defaults match specification values

Subtasks

  • Add ImmuDB keys to conf/config.yaml
  • Tests: Unit test verifying defaults are loaded correctly
  • Run bundle exec rake unit, fix any errors

Definition of Done

This issue is complete when all subtasks are done, commit created on the specified branch, PR submitted and merged.

## Metadata - **Commit Message**: `chore(config): add ImmuDB configuration defaults to config.yaml` - **Branch**: `feature/m1-v12-immudb-config-defaults` ## Background `config.yaml` has `event_sourcing_enabled: false` but no ImmuDB connection parameters documented. ## Expected Behavior `config.yaml` includes all ImmuDB parameters with sensible defaults, matching the specification. ## Acceptance Criteria - [ ] `config.yaml` includes: `immudb_address`, `immudb_port`, `immudb_username`, `immudb_password`, `immudb_database`, `snapshot_threshold` - [ ] Defaults match specification values ## Subtasks - [ ] Add ImmuDB keys to `conf/config.yaml` - [ ] Tests: Unit test verifying defaults are loaded correctly - [ ] Run `bundle exec rake unit`, fix any errors ## Definition of Done This issue is complete when all subtasks are done, commit created on the specified branch, PR submitted and merged.
freemo added this to the v1.2.0 milestone 2026-03-14 23:54:59 +00:00
freemo self-assigned this 2026-03-15 04:25:22 +00:00
freemo modified the milestone from v1.2.0 to v1.0.0 2026-03-15 23:19:37 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference: aethyr/Aethyr#48
No description provided.