Secret configuration workflow
Managing sensitive data follows a simple two-step process:- Define in YAML: Declare the variable in your
revolte.yamlusing the injection syntax:VARIABLE_NAME: "#{SECRET_KEY}". - Assign Value in Dashboard: Go to the Secret Engine tab in your project dashboard and add the actual sensitive value for that
SECRET_KEY.
Example: configuring JWT secrets
In yourrevolte.yaml, you reference the secret key you intend to use:
revolte.yaml
JWT_SECRET. Revolte will then securely inject this value into your service at runtime.