add database creation sql to readme
This commit is contained in:
parent
d6e1a2f370
commit
92cb6aa224
@ -1,5 +1,10 @@
|
||||
[Synapse](https://github.com/matrix-org/synapse) homeserver for the [matrix](http://matrix.org/) network with keycloak auth.
|
||||
|
||||
# Database
|
||||
```
|
||||
CREATE DATABASE matrix_synapse WITH TEMPLATE 'template0' LC_COLLATE 'C' LC_CTYPE 'C' OWNER 'synapse';
|
||||
```
|
||||
|
||||
# Volumes
|
||||
- `/var/lib/matrix-synapse/media_store/`
|
||||
- `/var/lib/matrix-synapse/signing/`
|
||||
|
Loading…
Reference in New Issue
Block a user