change pymongo host to remote ip
This commit is contained in:
parent
748609919b
commit
c3cd29430f
@ -4,7 +4,7 @@ import json
|
||||
import sys
|
||||
import bookstack
|
||||
|
||||
db = pymongo.MongoClient("localhost", 27017).paperless.content
|
||||
db = pymongo.MongoClient("10.0.0.59", 27017).paperless.content
|
||||
|
||||
|
||||
url = 'http://10.0.0.59:6875'
|
||||
|
Loading…
Reference in New Issue
Block a user