Skip to content

Commit

Permalink
Merge branch 'main' of github.com:keyshade-xyz/keyshade
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdip-b committed Dec 26, 2023
2 parents ebfb2ec + 1150630 commit 3f90e4a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 7 deletions.
14 changes: 11 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
SUPABASE_API_URL=
SUPABASE_JWT_SECRET=
SUPABASE_ANON_KEY=
DATABASE_URL=postgresql://postgres:<your-project-password>@db.<your-project-name>.supabase.co:5432/postgres
SUPABASE_API_URL=https://<your-project-name>.supabase.co
SUPABASE_ANON_KEY=

RESEND_API_KEY=re_

JWT_SECRET=secret

FROM_EMAIL="your-name <[email protected]>"
WEB_FRONTEND_URL=https://keyshade.xyz
WORKSPACE_FRONTEND_URL=https://app.keyshade.xyz
3 changes: 2 additions & 1 deletion CONTRIBUTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ Please ensure your pull request adheres to the following guidelines:

- Search the [open pull requests](https://github.com/keyshade-xyz/keyshade/pulls) to ensure someone else has not already submitted the change.
- Make sure your code follows the style guidelines of the project. For TypeScript, we use ESLint and [Prettier](.prettierrc) for formatting. For Rust, we use Cargo for building and testing.
- Make sure your code passes all the project's tests. You can run tests using `pnpm run test` for TypeScript and `cargo test` for Rust.
- Make sure your code passes all the project's tests. You can run tests using `pnpm run test`.
- For setting up the project, do check the [Getting Started](./docs/getting-started.md) guide.
- Write good commit messages by following [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/).
- Include relevant issue number if applicable.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@

<div align = "center">

[![keyshade.xyz Discord](https://dcbadge.vercel.app/api/server/m6TcpWBSdt)](https://discord.gg/m6TcpWBSdt)
[![keyshade.xyz Discord](https://dcbadge.vercel.app/api/server/m6TcpWBSdt)](https://discord.gg/7WYsBY3X)

</div>

---

keyshade is designed to simplify the integration of your secrets into your codebase. We prioritize the security of your data by leveraging the power of [Zero-Knowledge Proof](https://chain.link/education/zero-knowledge-proof-zkp) for storing and transferring your secrets.
keyshade is designed to simplify the integration of your secrets into your codebase. We prioritize the security of your data by leveraging the power of [Public Key Encryption](https://en.m.wikipedia.org/wiki/Public-key_cryptography) for storing and transferring your secrets to your runtime environment in realtime.

But that's not all! We offer a host of features to enhance your experience:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "keyshade-xyz",
"version": "0.0.0",
"license": "MIT",
"license": "MPL-2.0",
"scripts": {
"dev": "nx run-many -t serve -p api web workspace --parallel --maxParallel 3",
"dev:api": "nx run api:serve",
Expand Down

0 comments on commit 3f90e4a

Please sign in to comment.