-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add required environment variables for STAGING #52
Comments
Ajeyakrishna-k
changed the title
Add required environment variables for cron jobs STAGING
Add required environment variables for STAGING
Jan 10, 2024
Updated the configs, thanks for the details |
Contributor
Author
|
3 tasks
@Ajeyakrishna-k For now we will make changes, |
Thanks for the details, this has been done 💀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add required environment variables for PRODUCTION
Please make these changes after merging these PR:
Following keys need to be added:
In Cron jobs Github Settings environment:
DISCORD_SERVICE_PRIVATE_KEY
(newly generated private key)FF_SELF_PRIVATE_KEY
with value: 'true'In Discord slash commands Github Settings environment:
CRON_JOBS_PUBLIC_KEY
(newly generated public key)Steps to generate private public keys:
Generate private key using :
ssh-keygen -t rsa -P "" -b 2048 -m PEM -f jwtRS256.key
View public key using :
ssh-keygen -f jwtRS256.key.pub -e -m pkcs8
The text was updated successfully, but these errors were encountered: