Skip to content

Commit

Permalink
revert: no need to change production settings
Browse files Browse the repository at this point in the history
  • Loading branch information
pomegranited committed Jun 13, 2024
1 parent 4542458 commit a1ea151
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions completion_aggregator/settings/aws.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,11 @@

from __future__ import absolute_import, division, print_function, unicode_literals

from event_routing_backends.settings import production as erb_settings


def plugin_settings(settings):
"""
Modify the provided settings object with settings specific to this plugin.
"""
# Load Event Routing Backend production settings first.
erb_settings.plugin_settings(settings)

settings.COMPLETION_AGGREGATOR_BLOCK_TYPES = set(settings.ENV_TOKENS.get(
'COMPLETION_AGGREGATOR_BLOCK_TYPES',
settings.COMPLETION_AGGREGATOR_BLOCK_TYPES,
Expand Down

0 comments on commit a1ea151

Please sign in to comment.