Document PostgreSQL configuration

master
HimbeerserverDE 2021-04-22 13:47:52 +02:00
parent 5f27eefc9e
commit 9ce9f0f48c
No known key found for this signature in database
GPG Key ID: 1A651504791E6A8B
1 changed files with 25 additions and 0 deletions

View File

@ -171,6 +171,31 @@ Type: String
Description: The address of a remote media server, no OOB sending
of media if unset
```
> `psql_db`
```
Type: String
Description: The name of the authentication database, SQLite3 is used if unset
```
> `psql_host`
```
Type: String
Description: The address the PostgreSQL server is running on, default is localhost
```
> `psql_port`
```
Type: Integer
Description: The port the PostgreSQL server is listening on, default is 5432
```
> `psql_user`
```
Type: String
Description: The username to use when connecting to the PostgreSQL database
```
> `psql_password`
```
Type: String
Description: The password to use when authenticating to the PostgreSQL database
```
> `serverlist_url`
```
Type: String