🧹 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:
Romaric Mourgues
2023-05-16 14:36:39 +02:00
committed by GitHub
parent 65dc733855
commit a378cd13e1
102 changed files with 327 additions and 9224 deletions
@@ -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",
-11
View File
@@ -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",
-3
View File
@@ -19,8 +19,5 @@
"amqp": {
"urls": ["amqp://guest:guest@rabbitmq:5672"]
}
},
"phpnode": {
"php_endpoint": false
}
}