Skip to content

Instantly share code, notes, and snippets.

@alickmail
Created October 1, 2019 16:09
Show Gist options
  • Save alickmail/c4271001279434ebfeb681ba531ef4d6 to your computer and use it in GitHub Desktop.
Save alickmail/c4271001279434ebfeb681ba531ef4d6 to your computer and use it in GitHub Desktop.
export const encryptionConfig = {
JsonWebTokenKey: 'unity-super-long-secret',
ChaChaEncryptionKey: 'f2ZWDvhBXFSxKXpCl0wg9aEZnuXfA+B2c+5RU8wWbfQ=',
ChaChaSigPublicKey: '6T7iL581iPWn1X/Nm8AD2PNRFDqGyGlRfslNy0SD63M=',
ChaChaSigPrivateKey: 'UDPW1Td0BfG4bFINTU85mrwRp9ipd2iqKg/0n8hkFWbpPuIvnzWI9afVf82bwAPY81EUOobIaVF+yU3LRIPrcw==',
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment