You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add ENV variable handler to provide custom configuration to dbsync
This commit introduces a new environment variable,
CARDANO_DB_SYNC_CONFIG, allowing users to specify a custom configuration
file for the Cardano db-sync service. The modification in
`nix/nixos/cardano-db-sync-service.nix` adds a conditional check to use
the custom configuration file if the environment variable is set,
providing more flexibility in deployment scenarios and facilitating
custom configurations without altering the base code. This change
addresses a need for dynamic configuration management as specified in
the recent user requirements.
0 commit comments