Skip to content
This repository has been archived by the owner on Jul 31, 2022. It is now read-only.

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
JensUweB committed Jan 15, 2020
1 parent 5ae8db3 commit 5bbba71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ import { join } from 'path';
maxFiles: 5
}
}),
ServeStaticModule.forRoot({
/* ServeStaticModule.forRoot({
rootPath: join(__dirname, './doc'), // <-- path to the static files
}),
}), */
MongooseModule.forRoot(`mongodb://admin:admin%[email protected]:27017/examadmin?authSource=admin&compressors=zlib&readPreference=primary&gssapiServiceName=mongodb&appname=MongoDB%20Compass%20Community&ssl=false`),
],
controllers: [AppController],
Expand Down

0 comments on commit 5bbba71

Please sign in to comment.