Skip to content

Commit e79387c

Browse files
committed
Merge branch 'jun/d1/config-env/toml-explanation' of github.com:cloudflare/cloudflare-docs into jun/d1/config-env/toml-explanation
2 parents 5ad6827 + 7d561d2 commit e79387c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/d1/configuration/environments.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ database_id = "DATABASE_ID"
3939

4040
In the above configuration:
4141

42-
- `[[production.d1_databases]]` creates an object `production` with a property `d1_databases`, where `d1_databases` is an array of objects.
42+
- `[[production.d1_databases]]` creates an object `production` with a property `d1_databases`, where `d1_databases` is an array of objects, since you can create multiple D1 bindings in case you have more than one databases.
4343
- Any property below the line in the form `<key> = <value>` is a property of an object within the `d1_databases` array.
4444

4545
Therefore, the above binding is equivalent to:

0 commit comments

Comments
 (0)