Skip to content

Commit

Permalink
update value
Browse files Browse the repository at this point in the history
  • Loading branch information
goFrendiAsgard committed Oct 19, 2023
1 parent 43d44ad commit 0a0b2bc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@


def should_start_local_microservices(*args: Any, **kwargs: Any) -> bool:
if kwargs.get('local_snake_zrb_app_name', True):
return True
if not kwargs.get('local_snake_zrb_app_name', True):
return False
run_mode = kwargs.get('snake_zrb_app_name_run_mode', 'monolith')
return run_mode == 'microservices'

Expand Down

0 comments on commit 0a0b2bc

Please sign in to comment.