Skip to content

Commit

Permalink
print db configs to debug:
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelArtists committed Jul 11, 2024
1 parent a376445 commit c4feb64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions databases.star
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,11 @@ def create_postgres_service(plan, db_configs, suffix):

def run(plan, suffix):
db_configs = get_db_configs(suffix)
plan.print("DB Configs: ", db_configs)
create_postgres_service(plan, db_configs, suffix)


def run_pless(plan, suffix):
db_configs = get_pless_db_configs(suffix)
plan.print("DB Configs: ", db_configs)
create_postgres_service(plan, db_configs, _pless_suffix(suffix))

0 comments on commit c4feb64

Please sign in to comment.