claude-in-slack-server icon indicating copy to clipboard operation
claude-in-slack-server copied to clipboard

how to set ENCRYPTION_KEY?

Open will-liu0823 opened this issue 1 year ago • 1 comments

Read the encryption key from the environment variable

key_str = os.environ.get('ENCRYPTION_KEY')

from above code, where to get ENCRYPTION_KEY?

will-liu0823 avatar May 08 '23 01:05 will-liu0823