Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add encryption key #14

Merged
merged 2 commits into from
Feb 27, 2025
Merged

chore: add encryption key #14

merged 2 commits into from
Feb 27, 2025

Conversation

saalim-mushtaq
Copy link
Collaborator

No description provided.

@saalim-mushtaq
Copy link
Collaborator Author

@adnan-kamili

@@ -3,6 +3,7 @@ PORT=5000
FORCEHTTPS=false
RSA_PASSPHRASE=PASTE_RSA_SECRET
APPLICATION_LICENSE_KEY=PASTE_LICENSE_KEY
ENCRYPTION_KEY=PASTE_ENCRYPTION_KEY
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@saalim-mushtaq keep it just below RSA_PASSPHRASE and add following comment:

RSA_PASSPHRASE=PASTE_RSA_SECRET
# Set ENCRYPTION_KEY to the same value as RSA_PASSPHRASE.
# Keep both values for now; RSA_PASSPHRASE will be removed in a future release.
ENCRYPTION_KEY=PASTE_ENCRYPTION_KEY

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@adnan-kamili adnan-kamili merged commit aef6bdf into master Feb 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants