-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml.example
More file actions
32 lines (26 loc) · 900 Bytes
/
config.yaml.example
File metadata and controls
32 lines (26 loc) · 900 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
# Render Services Dashboard Configuration
# Copy this to config.yaml and update with your service details
render:
# API key - use environment variable substitution
api_key: ${RENDER_API_KEY}
# Auto-refresh interval in seconds
refresh_interval: 30
# List of services to monitor
services:
- id: "srv-xxxxxxxxxxxxx" # Get from Render dashboard URL
name: "Chat Server"
aliases: ["chat", "chat-server"] # For CLI mode: "rd chat logs"
priority: 1
- id: "srv-yyyyyyyyyyyyyyy"
name: "Auth Server"
aliases: ["auth", "authentication"]
priority: 1
- id: "srv-zzzzzzzzzzzzzzz"
name: "Accounts API"
aliases: ["accounts", "acc", "account"]
priority: 1
# To find your service IDs:
# 1. Go to https://dashboard.render.com
# 2. Click on a service
# 3. The URL will be: https://dashboard.render.com/web/srv-xxxxxxxxxxxxx
# 4. Copy the "srv-xxxxxxxxxxxxx" part