Skip to content

Commit 562e228

Browse files
committed
added env sample
1 parent 17f94c6 commit 562e228

4 files changed

Lines changed: 8 additions & 11 deletions

File tree

.env.local

Lines changed: 0 additions & 9 deletions
This file was deleted.

.env.sample

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
MODE=local
2+
MONGO_URI=mongodb://<username>:<password>@127.0.0.1:27017/?authSource=admin&retryWrites=true&w=majority
3+
DOMAIN=https://localhost:8001
4+
PORT=8001
5+
API_VERSION=""
6+
APP_NAMe="LOCAL"

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env/
1111

1212
.env
1313
.env.*
14-
!.env.local
14+
!.env.sample
1515

1616

1717
instance/

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "tiny"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = "A package for URL Shortener with QR Code generation"
55
authors = [
66
{ name = "recursivezero", email = "152776938+recursivezero@users.noreply.github.com" },

0 commit comments

Comments
 (0)