risotto/messages/v1/types/vault.database.yml

22 lines
455 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: VaultDatabase
type: object
description: Informations sur la base.
properties:
host:
type: string
description: |
Adresse de lhôte hébergeant Postgresql
username:
type: string
description: |
Nom de l'utilisateur utilisé pour accéder à la base
password:
type: string
description: |
Mot de passe de l'utilisateur utilisé pour accéder à la base
required:
- host
- username
- password