Skip to content

Commit ab4acc8

Browse files
committed
modified documentation and small thing in the .env.sample file
1 parent f1949b5 commit ab4acc8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/symfony-app-dynatrace/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ For now, we configured the docker environment for Dynatrace.
1717
2. Navigate to the path `symfony-app-dynatrace/`.
1818

1919
### Token creation
20-
1. Create the token in Dynatrace at least with PAAS scopes, "Ingest metrics" and "Read configuration" scopes.
20+
1. Create the token in Dynatrace at least with PAAS and "Ingest metrics" scopes.
2121
2. The token is necessary to paste it in the .env file later.
2222

2323

examples/symfony-app-dynatrace/docker/php/.env.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ APP_CTP_CLIENT_ID=your client id
2020
APP_CTP_CLIENT_SECRET=your client secret
2121
APP_CTP_PROJECT_KEY=your project key
2222
DYNATRACE_URL=https://<your environment ID>.live.dynatrace.com/api
23-
DT_API_TOKEN=your dynatrace api token
23+
DT_API_TOKEN=<your dynatrace api token>
2424

2525
# APP_NAME=PHP-SDK
2626
###< symfony/framework-bundle ###

0 commit comments

Comments
 (0)