File size: 362 Bytes
1ec6698
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
services:
  - type: web
    name: pdf-api
    runtime: docker
    plan: free
    region: singapore
    healthCheckPath: /health
    envVars:
      # Set this secret in the Render dashboard (kept out of the repo).
      # Use the SAME value as RapidAPI's proxy secret so only RapidAPI can reach the backend.
      - key: RAPIDAPI_PROXY_SECRET
        sync: false