diff options
author | neodarz <neodarz@neodarz.net> | 2019-08-02 16:11:44 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2019-08-02 16:11:44 +0200 |
commit | 51b01f457351076f24e4a08bdcbfb7e4cf2d045a (patch) | |
tree | 473c1a8ff49b52b1e950298053e52c2df43774e8 /config.txt | |
parent | 185e684a4648849b35cce65a00465cb41a309292 (diff) | |
download | umosapicpp-51b01f457351076f24e4a08bdcbfb7e4cf2d045a.tar.xz umosapicpp-51b01f457351076f24e4a08bdcbfb7e4cf2d045a.zip |
Configure mongodb to work correctly
Diffstat (limited to '')
-rw-r--r-- | config.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.txt b/config.txt new file mode 100644 index 0000000..ba6289a --- /dev/null +++ b/config.txt @@ -0,0 +1,6 @@ +swaggerui=/home/neodarz/pro/immersens/unity_mongo_save_api/test_c/swagger-ui +mongo_db=umosapi +mongo_user= +mongo_password= +mongo_host=127.0.0.1 +mongo_port=27017 |