🧹 Propose to remove channels, notifications, knowledge-graph and phpnode (#55)
* Propose to remove channels and notifications * Propose to remove knowledge graph too * Put back tags test * FIxing tests * FIx query builder test
This commit is contained in:
@@ -24,9 +24,6 @@
|
||||
"root": "STATIC_ROOT"
|
||||
}
|
||||
},
|
||||
"phpnode": {
|
||||
"secret": "PHP_NODE_API_SECRET"
|
||||
},
|
||||
"websocket": {
|
||||
"auth": {
|
||||
"jwt": {
|
||||
@@ -44,15 +41,6 @@
|
||||
"secret": "AUTH_JWT_SECRET"
|
||||
}
|
||||
},
|
||||
"notifications": {
|
||||
"push": {
|
||||
"type": "PUSH_DRIVER",
|
||||
"fcm": {
|
||||
"endpoint": "PUSH_FCM_ENDPOINT",
|
||||
"key": "PUSH_FCM_KEY"
|
||||
}
|
||||
}
|
||||
},
|
||||
"database": {
|
||||
"secret": "DB_SECRET",
|
||||
"type": "DB_DRIVER",
|
||||
|
||||
@@ -127,12 +127,6 @@
|
||||
"path": "/storage/"
|
||||
}
|
||||
},
|
||||
"knowledge-graph": {
|
||||
"endpoint": "http://host-gateway:8888",
|
||||
"callback_token": "secret",
|
||||
"use": false,
|
||||
"forwarded_companies": []
|
||||
},
|
||||
"email-pusher": {
|
||||
"endpoint": "https://api.smtp2go.com/v3/email/send",
|
||||
"api_key": "secret",
|
||||
@@ -153,12 +147,9 @@
|
||||
"search",
|
||||
"message-queue",
|
||||
"realtime",
|
||||
"phpnode",
|
||||
"tracker",
|
||||
"general",
|
||||
"user",
|
||||
"channels",
|
||||
"notifications",
|
||||
"files",
|
||||
"workspaces",
|
||||
"console",
|
||||
@@ -166,8 +157,6 @@
|
||||
"statistics",
|
||||
"cron",
|
||||
"online",
|
||||
"knowledge-graph",
|
||||
"knowledge-graph-web",
|
||||
"email-pusher",
|
||||
"documents",
|
||||
"applications",
|
||||
|
||||
@@ -19,8 +19,5 @@
|
||||
"amqp": {
|
||||
"urls": ["amqp://guest:guest@rabbitmq:5672"]
|
||||
}
|
||||
},
|
||||
"phpnode": {
|
||||
"php_endpoint": false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user