Some cleanup for the db migration script (#956)

This commit is contained in:
Matthew Johnson 2021-04-24 23:25:51 -07:00 committed by GitHub
parent fc27f7499b
commit 72374e439a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 186 additions and 63 deletions

View file

@ -1,6 +1,6 @@
## Open5GS Python Library
Basic Python library to interface with MongoDB subscriber DB in Open5GS HSS / PCRF. Requires Python 3+, mongo, pymongo and bson. (All available through PIP)
Basic Python library to interface with MongoDB subscriber DB in Open5GS HSS / PCRF. Requires Python 3+, pymongo and bson. (All available through PIP)
If you are planning to run this on a different machine other than localhost (the machine hosting the MongoDB service) you will need to enable remote access to MongoDB by binding it's IP to 0.0.0.0: