Skip to content

Commit

Permalink
Remove old api key env var
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeShi42 committed Nov 19, 2023
1 parent 01c254f commit f06c3a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ services:
- 8080:8080
environment:
NEXT_PUBLIC_API_SERVER_URL: 'http://localhost:8000' # need to be localhost (CORS)
NEXT_PUBLIC_HDX_API_KEY: ${HYPERDX_API_KEY}
HYPERDX_API_KEY: ${HYPERDX_API_KEY}
NEXT_PUBLIC_HDX_COLLECTOR_URL: 'http://localhost:4318'
NEXT_PUBLIC_HDX_SERVICE_NAME: 'hdx-oss-dev-app'
Expand Down

0 comments on commit f06c3a1

Please sign in to comment.