Skip to content

Commit

Permalink
Uses env file with default placeholder API key to provide working oot…
Browse files Browse the repository at this point in the history
…b experience
  • Loading branch information
scottopell committed Dec 28, 2023
1 parent e228268 commit 3a41fe8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion .env.template

This file was deleted.

2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ target/*
# jenv
.java_version
.java-version

.env
3 changes: 2 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ services:
context: .
dockerfile: ./Dockerfile.agentbase
pid: host
env_file: .env.template
environment:
- DD_API_KEY=00000000001 # Remove me if you specify a valid API key in .env
- DD_JMX_TELEMETRY_ENABLED=true
env_file: .env
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /proc/:/host/proc/:ro
Expand Down

0 comments on commit 3a41fe8

Please sign in to comment.