We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa0b5c8 commit e7cc049Copy full SHA for e7cc049
render.yaml
@@ -1,9 +1,9 @@
1
services:
2
- type: web
3
- name: django-berry-pro
4
- plan: free
+ name: django-berry-dashboard
+ plan: starter
5
env: python
6
- region: singapore # region should be same as your database region.
+ region: oregon # region should be same as your database region.
7
buildCommand: "./build.sh"
8
startCommand: "gunicorn core.wsgi:application"
9
envVars:
0 commit comments