diff --git a/The-Lab.md b/The-Lab.md index 96aeb39..a91285e 100644 --- a/The-Lab.md +++ b/The-Lab.md @@ -49,19 +49,19 @@ And this is the client configuration remote_addr = "lab.guillemborrell.es:7000" [client.services.ssh] -token = "!6Jutges16" +token = "REDACTED" local_addr = "127.0.0.1:22" [client.services.web] -token = "!6Jutges16" +token = "REDACTED" local_addr = "127.0.0.1:8000" [client.services.git] -token = "!6Jutges16" +token = "REDACTED" local_addr = "127.0.0.1:3000" [client.services.gitssh] -token = "!6Jutges16" +token = "REDACTED" local_addr = "127.0.0.1:222" ```