Skip to content

Commit

Permalink
Merge branch 'main' into fix/dark-mode-image
Browse files Browse the repository at this point in the history
  • Loading branch information
meletj authored Sep 4, 2024
2 parents 3609ad9 + 89ea1eb commit 99723af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@ Here's a short explanation of each component:
- `HOST`: The host where a [`mongod`](https://docs.mongodb.com/manual/reference/program/mongod/#mongodb-binary-bin.mongod) (or [`mongos`](https://docs.mongodb.com/manual/reference/program/mongos/#mongodb-binary-bin.mongos)) instance is running
- `PORT`: The port where your database server is running (typically `27017` for MongoDB)
- `DATABASE`: The name of the database

If you see the following error: `Error in connector: SCRAM failure: Authentication failed.`, you can specify the source database for the authentication by adding `?authSource=admin` to the end of the connection string. See [this GitHub discussion](https://github.com/prisma/prisma/discussions/9994#discussioncomment-1562283) for additional details.
1 change: 1 addition & 0 deletions content/500-platform/10-about.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ In each environment, you can:
- set your database connection string.
- configure the _region_ where Accelerate's connection pool is running.
- change the connection pool size.
- configure query duration and query response size limits.
- enable static IP.
- for **Pulse**:
- set your database connection string (of a [Pulse-compatible database](/pulse/database-setup)).
Expand Down

0 comments on commit 99723af

Please sign in to comment.