Skip to content

Commit

Permalink
feat: change redis stream name to product_updates
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanegigandet committed Dec 17, 2024
1 parent 3907e7c commit 6e5d420
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/ProductOpener/Config_obf.pm
Original file line number Diff line number Diff line change
Expand Up @@ -584,6 +584,6 @@ $options{display_tag_ingredients} = [
$options{no_nutrition_table} = 1;

# Name of the Redis stream to which product updates are published
$options{redis_stream_name} = "product_updates_obf";
$options{redis_stream_name} = "product_updates";

1;
2 changes: 1 addition & 1 deletion lib/ProductOpener/Config_off.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1077,7 +1077,7 @@ $options{import_export_fields_importance} = {
);

# Name of the Redis stream to which product updates are published
$options{redis_stream_name} = "product_updates_off";
$options{redis_stream_name} = "product_updates";

# used to rename texts and to redirect to the new name
$options{redirect_texts} = {
Expand Down
2 changes: 1 addition & 1 deletion lib/ProductOpener/Config_opf.pm
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,6 @@ $options{attribute_default_preferences_json}
$options{no_nutrition_table} = 1;

# Name of the Redis stream to which product updates are published
$options{redis_stream_name} = "product_updates_opf";
$options{redis_stream_name} = "product_updates";

1;
2 changes: 1 addition & 1 deletion lib/ProductOpener/Config_opff.pm
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,6 @@ $options{attribute_default_preferences_json}
);

# Name of the Redis stream to which product updates are published
$options{redis_stream_name} = "product_updates_opff";
$options{redis_stream_name} = "product_updates";

1;

0 comments on commit 6e5d420

Please sign in to comment.