mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-26 16:23:09 -06:00
- Use the ConnectionString in the YAML to include the Tenant - Revert all other non implemented tables back to use SQLLite3
7 lines
94 B
Go
7 lines
94 B
Go
package cosmosdbapi
|
|
|
|
type CosmosConfig struct {
|
|
DatabaseName string
|
|
ContainerName string
|
|
}
|