Skip to content

Commit

Permalink
fixing placeholder.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
jess-desu authored Aug 7, 2024
1 parent 5824e81 commit 6f6856b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/spicedb/concepts/commands.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ The following are configuration flags that can be provided to every SpiceDB comm
| Flag | Description | Default |
| --- | --- | --- |
| --datastore-conn-uri | connection string used by remote datastores (e.g. "postgres://postgres:password@localhost:5432/spicedb") | |
| --datastore-credentials-provider-name | retrieve datastore credentials dynamically using (%s) | |
| --datastore-credentials-provider-name | retrieve datastore credentials dynamically using aws-iam | |
| --datastore-engine | type of datastore to initialize ("cockroachdb", "mysql", "postgres", "spanner") | `memory` |
| --datastore-mysql-table-prefix | prefix to add to the name of all SpiceDB database tables | |
| --datastore-read-replica-conn-uri | connection string used by remote datastores for read replicas (e.g. \"postgres://postgres:password@localhost:5432/spicedb\"). Only supported for postgres and mysql. | |
| --datastore-read-replica-credentials-provider-name | retrieve datastore credentials dynamically using (%s) | |
| --datastore-read-replica-credentials-provider-name | retrieve datastore credentials dynamically using aws-iam | |
| --datastore-spanner-credentials | path to service account key credentials file with access to the cloud spanner instance (omit to use application default credentials) | |
| --datastore-spanner-emulator-host | URI of spanner emulator instance used for development and testing (e.g. localhost:9010) | |
| -h, --help | help for serve | |
Expand Down

0 comments on commit 6f6856b

Please sign in to comment.