Skip to content

Commit 005cea3

Browse files
committed
update env sample
1 parent 5e6b597 commit 005cea3

4 files changed

Lines changed: 9 additions & 14 deletions

File tree

.env.local

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
#Note specify the values within double-quotes("")
22
ENVIRONMENT=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"

.streamlit/secrets.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ GEMINI_API = ""
99
GROQ_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"

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ All notable changes to this repository will be documented in this file.
77
- Initial release.
88

99
Following version changes are required to be documented.
10+
11+
## [0.0.5]
12+
13+
- update env.sample

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "sample"
3-
version = "0.0.4"
3+
version = "0.0.5"
44
description = "A package template for Recursive zero."
55
authors = [{ name = "sample", email = "recursivezero@outlook.com" }]
66
license = "MIT"

0 commit comments

Comments
 (0)