-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathrender.yaml
More file actions
33 lines (33 loc) · 858 Bytes
/
render.yaml
File metadata and controls
33 lines (33 loc) · 858 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Exported from Render on 2026-03-20T07:00:00Z
# This file is NOT automatically synced and should
# be exported after any changes to the environment
version: "1"
projects:
- name: Roblox Chat Launcher
environments:
- name: Production
services:
- type: web
name: RobloxChatLauncher
runtime: docker
repo: https://github.com/AlinaWan/RobloxChatLauncher
plan: free
envVars:
- key: DATABASE_URL
sync: false
- key: RCL_READ_KEY
sync: false
- key: RCL_WRITE_KEY
sync: false
- key: PERSPECTIVE_API_KEY
sync: false
- key: USER_SALT
sync: false
- key: RCL_ADMIN_KEY
sync: false
region: oregon
healthCheckPath: /health
dockerContext: .
dockerfilePath: ./Dockerfile
autoDeployTrigger: "off"
rootDir: server/