Skip to content

Commit 356e16d

Browse files
changing db init path
1 parent 9f362c7 commit 356e16d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/dev-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ interfaces:
1818
static_folder: "/root/A2rchi/a2rchi/interfaces/chat_app/static"
1919
num_responses_until_feedback: 3 #the number of responses given by A2rchi until she asks for feedback.
2020
include_copy_button: False
21-
DB_INIT_SCRIPT: "/work/submit/juliush/A2rchi_test/A2rchi/A2rchi/interfaces/chat_app/schema.sql"
21+
DB_INIT_SCRIPT: "/root/A2rchi/a2rchi/interfaces/chat_app/chat_app/schema.sql"
2222
USE_LOGIN: True
2323
ALLOW_GUEST_LOGIN: True
2424
GOOGLE_LOGIN: True

0 commit comments

Comments
 (0)