Skip to content

Commit

Permalink
Fix AppSignal app name env var name in Python apps
Browse files Browse the repository at this point in the history
I committed the wrong name before in commit
865f1df.
  • Loading branch information
tombruijn committed Feb 22, 2024
1 parent a31a547 commit b2e85f6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion python/django4-celery/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
- ../../appsignal_key.env
environment:
- PORT=4001
- APP_NAME=python/django4-celery
- APPSIGNAL_APP_NAME=python/django4-celery
volumes:
- ./app:/app
- ../integration:/integration
Expand Down
2 changes: 1 addition & 1 deletion python/fastapi/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
- ../../appsignal_key.env
environment:
- PORT=4001
- APP_NAME=python/fastapi
- APPSIGNAL_APP_NAME=python/fastapi
volumes:
- ./app:/app
- ../integration:/integration
Expand Down
2 changes: 1 addition & 1 deletion python/flask/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
- ../../appsignal_key.env
environment:
- PORT=4001
- APP_NAME=python/flask
- APPSIGNAL_APP_NAME=python/flask
volumes:
- ./app:/app
- ../integration:/integration
Expand Down
2 changes: 1 addition & 1 deletion python/starlette/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
- ../../appsignal_key.env
environment:
- PORT=4001
- APP_NAME=python/starlette
- APPSIGNAL_APP_NAME=python/starlette
volumes:
- ./app:/app
- ../integration:/integration
Expand Down

0 comments on commit b2e85f6

Please sign in to comment.