```auth: encrypt: secret_key: "<RANDOM_GE...
# help
a
Copy code
auth:
  encrypt:
    secret_key: "<RANDOM_GENERATED_STRING>"
i
For the secret key, you can use any random generator you would like. Any random string is valid here.
a
great thanks.