change pymongo host to remote ip

This commit is contained in:
Daniel Cronin 2024-10-05 00:13:07 -05:00
parent 748609919b
commit c3cd29430f

View File

@ -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'