Hi everyone, is adding the D1 binding along with the database id into your .toml not a security risk

Hi everyone, is adding the D1 binding along with the database id into your .toml not a security risk?
[[d1_databases]]
binding = "DB" # available in your Worker on env.DB
database_name = "prod-d1-tutorial"
database_id = "<unique-ID-for-your-database>" 
Was this page helpful?