From 4992a394112ed91b7b09d553e2d4f117ec89d701 Mon Sep 17 00:00:00 2001 From: Khrysse <73716731+Khrysse@users.noreply.github.com> Date: Sun, 22 Jun 2025 11:59:31 +0200 Subject: [PATCH] Create render.yaml --- render.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 render.yaml diff --git a/render.yaml b/render.yaml new file mode 100644 index 0000000..51cdf12 --- /dev/null +++ b/render.yaml @@ -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