Skip to content

Commit 4809393

Browse files
committed
fix: removes references to parent project
1 parent b8b6c75 commit 4809393

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

render.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ projects:
2323
- name: django-render-demo-db
2424
region: singapore
2525
plan: basic-256mb
26-
databaseName: alonnah
27-
user: alonnah
26+
databaseName: rango
27+
user: rango
2828
services:
2929
- type: web
3030
plan: standard
3131
name: django-render-demo-web
3232
runtime: python
3333
region: singapore
3434
buildCommand: "./bin/build.sh"
35-
startCommand: "cd src && uv run gunicorn alonnah.asgi:application -k uvicorn.workers.UvicornWorker"
35+
startCommand: "cd src && uv run gunicorn rango.asgi:application -k uvicorn.workers.UvicornWorker"
3636
envVars:
3737
- fromGroup: django-render-demo
3838
- key: PYTHON_VERSION

0 commit comments

Comments
 (0)