dataset/seed/postgresql-client/README.md

44 lines
2 KiB
Markdown
Raw Normal View History

2022-12-24 13:01:51 +01:00
---
gitea: none
include_toc: true
---
# postgresql-client
2023-08-02 09:26:54 +02:00
## Synopsis
2022-12-24 13:01:51 +01:00
Application service needs interact with a Postgresql server.
2023-08-10 21:55:46 +02:00
[Software's website.](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)
2023-01-18 09:19:37 +01:00
## Provider
2022-12-24 13:01:51 +01:00
2023-01-18 09:19:37 +01:00
[postgresql](../postgresql/README.md)
2023-02-14 14:43:41 +01:00
[All applications services for this dataset.](../README.md)