From 488db92f23c7cd84f618ba4acd6c4a5946334aa9 Mon Sep 17 00:00:00 2001 From: Sean Gayle <41343221+msftsean@users.noreply.github.com> Date: Tue, 9 Jul 2024 11:53:44 -0400 Subject: [PATCH] Update config_file.cfg --- azure-vote/azure-vote/config_file.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-vote/azure-vote/config_file.cfg b/azure-vote/azure-vote/config_file.cfg index e32731fadf..1a1de6a37e 100644 --- a/azure-vote/azure-vote/config_file.cfg +++ b/azure-vote/azure-vote/config_file.cfg @@ -1,5 +1,5 @@ # UI Configurations TITLE = 'Azure Voting App' -VOTE1VALUE = 'Cats' -VOTE2VALUE = 'Dogs' -SHOWHOST = 'false' \ No newline at end of file +VOTE1VALUE = 'Lions' +VOTE2VALUE = 'Wolves' +SHOWHOST = 'false'