From 5fa319f21f0fb68a1f85d3d232f858a1dac779dc Mon Sep 17 00:00:00 2001 From: PaulWalkerUK Date: Tue, 17 Aug 2021 10:46:05 +0100 Subject: [PATCH] Change parameter name to match config.py The code in `config.py` is looking for an variable called `SSH_REMOTE_HOST`. This commit changes the exmaple `.env` file to match. --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 2e384d3..a5b4be7 100644 --- a/.env.example +++ b/.env.example @@ -1,5 +1,5 @@ ENVIRONMENT=development -REMOTE_HOST=0.0.0.0 +SSH_REMOTE_HOST=0.0.0.0 SSH_USERNAME=root SSH_PASSWORD=fakepassword SSH_KEY_FILEPATH=/Users/toddbirchard/.ssh/key.pub