From e2d1a3e285b65ca8cab09438bac5bbe81d273033 Mon Sep 17 00:00:00 2001 From: Christopher Bisset Date: Sat, 6 Aug 2022 17:30:29 +1000 Subject: [PATCH] minor documentation update --- documentation/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/testing.md b/documentation/testing.md index 2d7a713..a077133 100644 --- a/documentation/testing.md +++ b/documentation/testing.md @@ -7,7 +7,7 @@ To use this environment, do the following: * Stand up the `docker-compose` with `docker-compose up -d`. This will expose an HTTP (not https) portal on `8080` * Generate an API key with `docker exec headscale-test-backend headscale apikeys create` * Paste the api key into the UI at `http://:8080/web` -* Generate a pre-auth key that's reusable and ephemeral. save it into `.env` in the test folder as the following: +* Generate a pre-auth key that's reusable and ephemeral. save it into `.env` in the `test-workers` folder as the following: * `PREAUTH_KEY=` * move to the `test-workers` directory, and stand up the works with `docker-compose up -d` * Run your tests in the UI