File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Note specify the values within double-quotes("")
22ENVIRONMENT = development
33
4- AWS_BUCKET_NAME =
5- AWS_ACCESS_KEY_ID =
6- AWS_SECRET_ACCESS_KEY =
7- AWS_REGION =
8-
9- GEMINI_API =
10- GITHUB_TOKEN = " github_pat_your_github_token"
11- GROQ_API = " gsk_your_groq_api_key_X"
12-
13- MONGODB_URI = " mongodb://admin:1234@127.0.0.1:27017/?retryWrites=true&w=majority&appName=sample"
14- DATABASE_NAME = " tz-server"
4+ MONGODB_URI = " mongodb://<user>:<password>@127.0.0.1:27017/?retryWrites=true&w=majority&appName=sample"
5+ DATABASE_NAME = " sample"
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ GEMINI_API = ""
99GROQ_API = " gsk_"
1010
1111[mongodb ]
12- MONGODB_URI = " mongodb://admin:1234 @127.0.0.1:27017/sample-server?authSource=admin&retryWrites=true&w=majority&appName=sample"
13- DATABASE_NAME = " tz-server "
12+ MONGODB_URI = " mongodb://<user:<password> @127.0.0.1:27017/sample-server?authSource=admin&retryWrites=true&w=majority&appName=sample"
13+ DATABASE_NAME = " sample "
Original file line number Diff line number Diff line change @@ -7,3 +7,7 @@ All notable changes to this repository will be documented in this file.
77- Initial release.
88
99Following version changes are required to be documented.
10+
11+ ## [ 0.0.5]
12+
13+ - update env.sample
Original file line number Diff line number Diff line change 11[project ]
22name = " sample"
3- version = " 0.0.4 "
3+ version = " 0.0.5 "
44description = " A package template for Recursive zero."
55authors = [{ name = " sample" , email = " recursivezero@outlook.com" }]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments