We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c103348 commit a5928beCopy full SHA for a5928be
api-builder-plugin-dc-postgres/config/postgres.default.js
@@ -10,7 +10,7 @@
10
module.exports = {
11
connectors: {
12
postgres: {
13
- connector: '@axway-api-builder-ext/api-builder-plugin-dc-postgres',
+ connector: '@axway/api-builder-plugin-dc-postgres',
14
connectionPooling: true,
15
connectionLimit: 10,
16
host: process.env.POSTGRES_HOST,
api-builder-plugin-dc-postgres/package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "@axway-api-builder-ext/api-builder-plugin-dc-postgres",
+ "name": "@axway/api-builder-plugin-dc-postgres",
3
"description": "PostgreSQL data connector for Axway API Builder",
4
"version": "1.0.0",
5
"author": {
0 commit comments