Revolte provides a unified system to manage environment-specific configurations and sensitive data through two distinct categories: Variables and Secrets.Documentation Index
Fetch the complete documentation index at: https://www.sunny-dev.info/llms.txt
Use this file to discover all available pages before exploring further.
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.