Render
Blueprint
-
From Dashboard Select New -> Blueprint.
-
Check render.yaml for current Render blueprint , fork and edit if needed
2.1. Sample Render Blueprint Specificationservices: - type: web name: javinfo-api env: docker region: singapore plan: free branch: main healthCheckPath: /api/check envVars: - key: PLATFORM value: render - key: PORT value: 8000 - key: CREATE_REDIS value: true - key: LOG_REQUEST value: false - key: API_USER sync: false - key: API_PASS sync: false - key: TZ value: UTC
-
If you have forked this repo and also connected Render with Github account then select your Fork or Scroll down and paste
https://github.com/iamrony777/javinfo-api
orhttps://github.com/YOUR_USERNAME/javinfo-api
in Public Git repository section -
Only required variables to start api are
API_USER
&API_PASS
, Set and apply