Skip to content

Commit 5c97d9f

Browse files
committed
Update render.yaml
1 parent 7ae0bbd commit 5c97d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

render.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
env: python
66
region: frankfurt # region should be same as your database region.
77
buildCommand: "./build.sh"
8-
startCommand: "gunicorn core.wsgi:application"
8+
startCommand: "gunicorn config.wsgi:application"
99
envVars:
1010
- key: DEBUG
1111
value: False

0 commit comments

Comments
 (0)