From 0f437f8a4f7e5036df8aecb0a5db1dbd344316a8 Mon Sep 17 00:00:00 2001 From: Harsh Thakur Date: Tue, 4 Jul 2023 22:58:24 +0530 Subject: [PATCH] Update env sample Signed-off-by: Harsh Thakur --- .env.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.sample b/.env.sample index 9362f92..47f2dc2 100644 --- a/.env.sample +++ b/.env.sample @@ -1,4 +1,4 @@ CIVO_API_KEY= -CIVO_REGION=STAGING -CIVO_API_URL=https://api-staging.civo.com +CIVO_REGION=lon1 +CIVO_API_URL=https://api.civo.com CIVO_CLUSTER_ID= \ No newline at end of file