Skip to content

Commit

Permalink
empty default publish topic , dead letter topic
Browse files Browse the repository at this point in the history
update version to 1.1.2
  • Loading branch information
roticagas committed Jan 11, 2019
1 parent 62f445e commit c6a58da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PubSubRunner/runner_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ class RunnerConfig:
('CLOUD_PROJECT', ''),
('CLOUD_PUBSUB_SUBSCRIBE_TOPIC', 'from'),
('CLOUD_PUBSUB_SUBSCRIBE_SUBSCRIPTION', 'from-subscription'),
('CLOUD_PUBSUB_PUBLISH_TOPIC', 'to'),
('CLOUD_PUBSUB_DEAD_LETTER_TOPIC', 'dead-letter'),
('CLOUD_PUBSUB_PUBLISH_TOPIC', ''),
('CLOUD_PUBSUB_DEAD_LETTER_TOPIC', ''),
('CLOUD_PUBSUB_MAX_LEASE_DURATION', '7200'),
('CLOUD_PUBSUB_MAX_DEADLINE', '600'),
('CLOUD_PUBSUB_CHECK', 'true'),
Expand Down

0 comments on commit c6a58da

Please sign in to comment.