Relative links to a lower level..?
This commit is contained in:
parent
4f54f529ab
commit
d764827670
10
postgresql/README.md
Normal file
10
postgresql/README.md
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
gitea: none
|
||||||
|
include_toc: true
|
||||||
|
---
|
||||||
|
|
||||||
|
# PostgreSQL database
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -42,8 +42,15 @@ There are two different ways to configure Synapse, documented here:
|
||||||
|
|
||||||
We'll use Synapse, using the workers architecture to make it scalable, flexible and reusable.
|
We'll use Synapse, using the workers architecture to make it scalable, flexible and reusable.
|
||||||
|
|
||||||
|
# Database
|
||||||
|
|
||||||
## Logging
|
The default installation leaves you with an sqlite3 database. Nice for experimenting, but
|
||||||
|
unsuitable for a production environment.
|
||||||
|
|
||||||
|
[Here's how you setup PostgreSQL](../postgres).
|
||||||
|
|
||||||
|
|
||||||
|
# Logging
|
||||||
|
|
||||||
Logging is configured in `log.yaml`. Some logging should go to systemd, the
|
Logging is configured in `log.yaml`. Some logging should go to systemd, the
|
||||||
more specific logging to Synapse's own logfile(s).
|
more specific logging to Synapse's own logfile(s).
|
||||||
|
|
Reference in a new issue