Skip to content

Commit

Permalink
Merge pull request #183 from 0xPolygon/dan/nightly_fix
Browse files Browse the repository at this point in the history
Dan/nightly fix
  • Loading branch information
rebelArtists authored Jul 12, 2024
2 parents 8d3b492 + 85d0cec commit d380089
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 d380089

Please sign in to comment.