Skip to content

Commit

Permalink
adjust permissionless database set
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelArtists committed Jul 11, 2024
1 parent 9df6c77 commit a4e6d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion databases.star
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def get_pless_db_configs(suffix):
else _service_name(_pless_suffix(suffix)),
"port": POSTGRES_PORT,
}
for k, v in PERMISSIONLESS_DATABASES.items()
for k, v in TRUSTED_DATABASES.items()
}
return configs

Expand Down

0 comments on commit a4e6d5e

Please sign in to comment.