- Getting containers ready for the cloud
This commit is contained in:
6
scripts/generate_api_key_secret.py
Normal file
6
scripts/generate_api_key_secret.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from common.utils.simple_encryption import SimpleEncryption
|
||||
|
||||
if __name__ == "__main__":
|
||||
key = SimpleEncryption.generate_key()
|
||||
print(f"Generated encryption key: {key}")
|
||||
print("Set this as your ENCRYPTION_KEY environment variable or in your config.py file.")
|
||||
Reference in New Issue
Block a user