provisioning-catalog/domains/odoo/contract.ncl

11 lines
273 B
Text
Raw Normal View History

let _OdooSecrets = {
db_password | String
| doc "PostgreSQL password for the Odoo database user",
admin_password | String
| doc "Odoo master admin password (used for database management UI)",
} in
{
OdooSecrets = _OdooSecrets,
}