mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-22 12:22:23 +02:00
UBERF-8508: Get rid of Mongo in storage adapter (#6989)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -91,7 +91,7 @@ export class PlatformWorker {
|
||||
this.userManager = new UserManager(db.collection<GithubUserRecord>('users'))
|
||||
|
||||
const storageConfig = storageConfigFromEnv()
|
||||
this.storageAdapter = buildStorageFromConfig(storageConfig, config.MongoURL)
|
||||
this.storageAdapter = buildStorageFromConfig(storageConfig)
|
||||
}
|
||||
|
||||
async close (): Promise<void> {
|
||||
|
||||
Reference in New Issue
Block a user