Skip to content

Commit e2157fe

Browse files
committed
chore: updated community health files
1 parent 65e5666 commit e2157fe

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CLA.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,3 @@ This agreement is governed by the laws of India. Disputes shall be resolved in P
3838
---
3939

4040
**Sign Here**
41-
[Digital Signature System or CLA Assistant Integration]

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,8 @@ Maintenance tasks (dependencies, CI/CD, etc.)
121121
122122
### **6\. CLA Requirement**
123123

124-
* You **must** sign our [Contributor License Agreement](CLA.md) before merging.
124+
* When a pull request is raised, the CLA Assistant bot will guide you with the steps required to sign our CLA, you have to simply follow them
125+
* Along with the steps of the bot, you have to sign with your name in [CLA.md](./CLA.md) at the bottom in your own fork of the repository
125126
* Unsigned PRs will be blocked automatically.
126127

127128
### **7\. Review Process**

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,8 @@ For the Python Backend, you will need to create a `.env` file and place it in th
247247
GOOGLE_AUTH_PROVIDER_CERT_URL=https://www.googleapis.com/oauth2/v1/certs
248248
GOOGLE_CLIENT_SECRET=YOUR_SECRET_HERE
249249
GOOGLE_REDIRECT_URIS=http://localhost
250-
AES_SECRET_KEY=YOUR_SECRET_KEY_HERE
251-
AES_IV=YOUR_IV_HERE
250+
AES_SECRET_KEY=YOUR_SECRET_KEY_HERE (256 bits or 32 chars)
251+
AES_IV=YOUR_IV_HERE (256 bits or 32 chars)
252252
AUTH0_DOMAIN=abcdxyz.us.auth0.com
253253
AUTH0_MANAGEMENT_CLIENT_ID=YOUR_MANAGEMENT_CLIENT_ID
254254
AUTH0_MANAGEMENT_CLIENT_SECRET=YOUR_MANAGEMENT_CLIENT_SECRET

src/model/.env.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ GOOGLE_TOKEN_URI=
1717
GOOGLE_AUTH_PROVIDER_CERT_URL=
1818
GOOGLE_CLIENT_SECRET=
1919
GOOGLE_REDIRECT_URIS=
20-
AES_SECRET_KEY=
21-
AES_IV=
20+
AES_SECRET_KEY= # 256 bits or 32 chars
21+
AES_IV= # 256 bits or 32 chars
2222
AUTH0_DOMAIN=
2323
AUTH0_MANAGEMENT_CLIENT_ID=
2424
AUTH0_MANAGEMENT_CLIENT_SECRET=

0 commit comments

Comments
 (0)