fix: conexão local por IPV4 #22
@ -25,6 +25,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"AllowedHosts": "*",
|
"AllowedHosts": "*",
|
||||||
"MongoDbConnection": "mongodb://admin:c4rn31r0@localhost:27017,localhost:27018/?authSource=admin",
|
"MongoDbConnection": "mongodb://admin:c4rn31r0@127.0.0.1:27017,127.0.0.1:27018/?replicaSet=rs0",
|
||||||
"MongoDbDatabase": "YTExtractor-Prod"
|
"MongoDbDatabase": "YTExtractor-Prod"
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user