From 3b223bdb3e60895a45cccbb37e37fee8d07b3900 Mon Sep 17 00:00:00 2001 From: Julius Heitkoetter Date: Tue, 28 Nov 2023 15:48:46 -0500 Subject: [PATCH] typo in config --- config/dev-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/dev-config.yaml b/config/dev-config.yaml index cea0ae9..97bd828 100644 --- a/config/dev-config.yaml +++ b/config/dev-config.yaml @@ -18,7 +18,7 @@ interfaces: static_folder: "/root/A2rchi/a2rchi/interfaces/chat_app/static" num_responses_until_feedback: 3 #the number of responses given by A2rchi until she asks for feedback. include_copy_button: False - DB_INIT_SCRIPT: "/root/A2rchi/a2rchi/interfaces/chat_app/chat_app/schema.sql" + DB_INIT_SCRIPT: "/root/A2rchi/a2rchi/interfaces/chat_app/schema.sql" USE_LOGIN: True ALLOW_GUEST_LOGIN: True GOOGLE_LOGIN: True