Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
shahriar
instagram-service
Commits
9b07d955
Commit
9b07d955
authored
Aug 11, 2021
by
shahriar
☹
Browse files
Update src/app.module.ts
parent
45570e82
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/app.module.ts
View file @
9b07d955
...
...
@@ -12,7 +12,7 @@ import { PostSchema } from './models/post.schema';
@
Module
({
imports
:
[
MongooseModule
.
forRoot
(
'
mongodb://
netware:Netware%40408009
@185.231.180.248:27017/instagram-lottry?serverSelectionTimeoutMS=5000&connectTimeoutMS=10000&authSource=admin&authMechanism=SCRAM-SHA-256
'
,
'
mongodb://
instagram:wcD3B5sGw0yQ
@185.231.180.248:27017/instagram-lottry?serverSelectionTimeoutMS=5000&connectTimeoutMS=10000&authSource=admin&authMechanism=SCRAM-SHA-256
'
,
),
MongooseModule
.
forFeature
([{
name
:
'
Request
'
,
schema
:
RequestSchema
}]),
MongooseModule
.
forFeature
([{
name
:
'
Comment
'
,
schema
:
CommentSchema
}]),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment