dataset/seed/postgresql-client/README.md

39 lines
1.9 KiB
Markdown
Raw Normal View History

2022-12-24 13:01:51 +01:00
---
gitea: none
include_toc: true
---
2023-08-11 09:38:05 +02:00
[Return to the list of application services.](../README.md)
2022-12-24 13:01:51 +01:00
# postgresql-client
2023-08-02 09:26:54 +02:00
## Synopsis
2022-12-24 13:01:51 +01:00
2023-08-11 09:38:05 +02:00
[Application service needs interact with a Postgresql server.](https://www.postgresql.org)
2022-12-24 13:01:51 +01:00
2023-06-29 18:56:46 +02:00
2023-08-02 09:26:54 +02:00
## Variables for expert
2023-06-29 18:56:46 +02:00
2023-08-02 09:26:54 +02:00
### Général
2023-06-29 18:56:46 +02:00
2023-08-02 09:26:54 +02:00
#### PostgreSQL
2023-06-29 18:56:46 +02:00
2023-08-02 09:26:54 +02:00
| Parameter | Comments |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------|
| **[general.postgresql.pg_client_username](dictionaries/23_postgresql.xml)**<br/>mandatory<br/>**Type:** [`string`](https://forge.cloud.silique.fr/risotto/rougail/src/branch/main/doc/variable/README.md#le-type-de-la-variable) | Client username.<br/>**Default:** *calculated* |
| **[general.postgresql.pg_client_password](dictionaries/23_postgresql.xml)**<br/>mandatory<br/>**Type:** [`password`](https://forge.cloud.silique.fr/risotto/rougail/src/branch/main/doc/variable/README.md#le-type-de-la-variable) | Client password.<br/>**Default:** *calculated* |
| **[general.postgresql.pg_client_database](dictionaries/23_postgresql.xml)**<br/>mandatory<br/>**Type:** [`string`](https://forge.cloud.silique.fr/risotto/rougail/src/branch/main/doc/variable/README.md#le-type-de-la-variable) | Client database.<br/>**Default:** *calculated* |
2023-06-29 18:56:46 +02:00
2022-12-24 13:01:51 +01:00
## Used by
- [odoo](../odoo/README.md)
2023-06-29 18:56:46 +02:00
- [grafana](../grafana/README.md)
2022-12-24 13:01:51 +01:00
- [mailman](../mailman/README.md)
- [peertube](../peertube/README.md)
2023-01-17 21:43:32 +01:00
- [forgejo](../forgejo/README.md)
2022-12-24 13:01:51 +01:00
- [roundcube](../roundcube/README.md)
- [vaultwarden](../vaultwarden/README.md)
- [nextcloud](../nextcloud/README.md)