0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-27 08:48:20 +02:00
dendrite/setup/config
Neil Alexander ba0b3adab4
Pinecone standalone refactoring (#2685)
This refactors the `dendrite-demo-pinecone` executable so that it:

1. Converts the old `.key` file into a standard `.pem` file
2. Allows passing in the `--config` option to supply a normal Dendrite configuration file, so that you can configure PostgreSQL instead of SQLite, appservices and all the other usual stuff
2022-08-31 10:41:32 +01:00
..
config.go Pinecone standalone refactoring (#2685) 2022-08-31 10:41:32 +01:00
config_appservice.go Do not use ioutil as it is deprecated (#2625) 2022-08-05 10:26:59 +01:00
config_clientapi.go
config_federationapi.go
config_global.go
config_jetstream.go Disable NATS Server logging, allow self-signed certificates (#2605) 2022-08-02 13:58:08 +02:00
config_keyserver.go
config_mediaapi.go
config_mscs.go
config_roomserver.go
config_syncapi.go
config_test.go
config_userapi.go