BloxAPI can be deployed to various platforms with minimal configuration. Choose the platform that best fits your needs.
The following environment variables should be configured regardless of deployment platform:
SECRET_KEY
- A secret key for secure session handlingDATABASE_URL
- PostgreSQL connection stringROBLOX_API_KEY
- Your Roblox API key (optional)REDIS_URL
- Redis connection string (optional, for caching)