Environment Variables
Environment variables are a crucial part of configuring your RoRank ranking service. They allow you to securely store sensitive information.
Last updated
Was this helpful?
Environment variables are a crucial part of configuring your RoRank ranking service. They allow you to securely store sensitive information.
Last updated
Was this helpful?
The following environment variables are required to configure your RoRank service. Ensure that you set these variables with appropriate values in your .env
file:
RBX-USER
: Your Roblox username.
RBX-PASS
: Your Roblox password.
GROUP
: Your Roblox group ID.
KEY
: KEYs for API access (to use multiple separate them with a space).
LICENSE
: Your RoRank license key.
Note: For licensing inquiries or to purchase a license, please visit .
To set these environment variables, follow these steps:
Create a .env
file in the root directory of your RoRank project if you haven't already.
Open the .env
file using a text editor.
Add the required environment variables in the following format:
Replace the placeholders with your actual values.
Save the .env
file.
These environment variables will be loaded by RoRank during initialization.