Skip to content

Commit

Permalink
fixed uri mongo
Browse files Browse the repository at this point in the history
  • Loading branch information
joseevilasio committed Sep 26, 2023
1 parent 95b9a4d commit 5b9bac8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions api/settings.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ JWT_SECRET_KEY = "settings.secrets.JWT_SECRET_KEY"

VALUE = "On Development"

mongo_uri = "mongodb://0.0.0.0:27017/myvideoslib"
mongo_uri = "mongodb://localhost:27017/myvideoslib"

extensions = [
"api.database:configure",
Expand All @@ -40,8 +40,7 @@ JWT_SECRET_KEY = "settings.secrets.JWT_SECRET_KEY"

VALUE = "On Production"


mongo_uri = "mongodb+srv://joseevilasio:TgSc61lx2MEcW3fp@myvideoslib.cemdblz.mongodb.net/myvideoslib"
mongo_uri = 'settings.secrets.mongo_uri_secret'

extensions = [
"api.database:configure",
Expand Down

0 comments on commit 5b9bac8

Please sign in to comment.