Skip to content

Commit

Permalink
Add mongodb credential keys and comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kobiebotha committed Jun 4, 2024
1 parent 3f2a78c commit e1c5bf1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/powersync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ replication:
storage:
type: mongodb
uri: !env PS_MONGO_URI
# Use these if authentication is required. The user should have `readWrite` and `dbAdmin` roles
# username: my-mongo-user
# password: my-password

# The port which the PowerSync API server will listen on
port: !env PS_PORT
Expand Down

0 comments on commit e1c5bf1

Please sign in to comment.