Create render.yaml

This commit is contained in:
Khrysse 2025-06-22 11:59:31 +02:00
parent 5f102a7820
commit 4992a39411

15
render.yaml Normal file
View File

@ -0,0 +1,15 @@
services:
- type: web
name: vrchat-api
env: python
buildCommand: |
pip install --upgrade pip
pip install -r requirements.txt
startCommand: python run.py
envVars:
- key: CLIENT_NAME
value: YourAPIName/1.0
- key: VRCHAT_API_BASE
value: https://api.vrchat.cloud/api/1
- key: TOKEN_FILE
value: data/auth/account.json