Skip to content

Commit 64bdaeb

Browse files
committed
updated lock file
1 parent 4fce6ac commit 64bdaeb

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
lines changed

.env.local

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ DOMAIN=https://rzro.link
44
PORT=8001
55
API_VERSION=""
66

7-
MONGO_URI="mongodb://localhost:27017/?retryWrites=true&w=majority&appName=tiny"
8-
DATABASE_NAME="tiny"
7+
MONGO_URI="mongodb://<username>@<password>:127.0.0.1:27017/?retryWrites=true&w=majority&appName=<APP-NAME>"
8+
DATABASE_NAME="<DB_NAME"

poetry.lock

Lines changed: 8 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tiny.code-workspace

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@
145145
"./src"
146146
],
147147
"files.exclude": {
148+
".git/**": true,
148149
".poetry/**": true,
149150
"**/.git": false
150151
},

0 commit comments

Comments
 (0)