File size: 428 Bytes
3206347
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
import defineApp from '../../helpers/define-app.js';
import auth from './auth/index.js';
import actions from './actions/index.js';

export default defineApp({
  name: 'PostgreSQL',
  key: 'postgresql',
  iconUrl: '{BASE_URL}/apps/postgresql/assets/favicon.svg',
  authDocUrl: '{DOCS_URL}/apps/postgresql/connection',
  supportsConnections: true,
  baseUrl: '',
  apiBaseUrl: '',
  primaryColor: '336791',
  auth,
  actions,
});