Integrates the Configu Orchestrator with PostgreSQL.
.configu
stores: my-store: type: postgresql configuration: host: localhost username: test password: test database: test
configu upsert --store "my-store" --set "test" --schema "./start.cfgu.json" \ -c "GREETING=hey" \ -c "SUBJECT=configu node.js sdk"
configu eval --store "my-store" --set "test" --schema "./start.cfgu.json" \ | configu export
Was this page helpful?