chore(postgresql): rename app folder and add icon
This commit is contained in:
17
packages/backend/src/apps/postgresql/index.ts
Normal file
17
packages/backend/src/apps/postgresql/index.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
import defineApp from '../../helpers/define-app';
|
||||
import auth from './auth';
|
||||
import actions from './actions';
|
||||
|
||||
export default defineApp({
|
||||
name: 'PostgreSQL database',
|
||||
key: 'postgresql',
|
||||
iconUrl: '{BASE_URL}/apps/postgresql/assets/favicon.svg',
|
||||
authDocUrl: 'https://automatisch.io/docs/apps/postgresql/connection',
|
||||
supportsConnections: true,
|
||||
baseUrl: '',
|
||||
apiBaseUrl: '',
|
||||
primaryColor: '336791',
|
||||
|
||||
auth,
|
||||
actions
|
||||
});
|
||||
Reference in New Issue
Block a user