Skip to content

Commit 5ee4015

Browse files
authored
[onboarding] Cleaning README (#243593)
1 parent b32098c commit 5ee4015

File tree

1 file changed

+1
-1
lines changed
  • x-pack/solutions/observability/plugins/observability_onboarding/e2e/playwright

1 file changed

+1
-1
lines changed

x-pack/solutions/observability/plugins/observability_onboarding/e2e/playwright/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Playwright tests are only responsible for UI checks and do not automate onboardi
99
1. Run ES and Kibana
1010
2. Create a `.env` file in the `./x-pack/solutions/observability/plugins/observability_onboarding/e2e/playwright/` directory with the following content (adjust the values according to your local setup):
1111
```bash
12-
KIBANA_BASE_URL = "http://localhost:5601/ftw"
12+
KIBANA_BASE_URL = "http://localhost:5601"
1313
ELASTICSEARCH_HOST = "http://localhost:9200"
1414
KIBANA_USERNAME = "elastic"
1515
KIBANA_PASSWORD = "changeme"

0 commit comments

Comments
 (0)