From 710c0505b1dca8e09d148b1707e0775d6b7b7921 Mon Sep 17 00:00:00 2001 From: Bill Maxwell Date: Tue, 23 Jan 2024 12:47:24 -0700 Subject: [PATCH] [enhance] - set default value for port Signed-off-by: Bill Maxwell --- Acornfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Acornfile b/Acornfile index f5b4739..4d1e007 100644 --- a/Acornfile +++ b/Acornfile @@ -32,7 +32,7 @@ secrets: config: { } data: { address: "" - port: "" + port: "6379" adminUsername: "" adminPassword: "" proto: "" @@ -50,7 +50,7 @@ localData: instructions: """ fill in: - address: the address of the Redis server endpoint (redis.example.com) - - port: the port of the MongoDB server (6379) + - port: the port of the Redis server (6379) - adminPassword: the main password to use to connect to the Redis server as an admin - proto: the protocol to use to connect to the Redis server. - dbName: the name of the database to use