From d310c0199b3606f3369ad9873ce140555719dcd7 Mon Sep 17 00:00:00 2001 From: alec_dev Date: Tue, 22 Oct 2024 14:22:28 -0500 Subject: [PATCH] Revert default THICK_CLIENT_LOCATION --- specifyweb/settings/specify_settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specifyweb/settings/specify_settings.py b/specifyweb/settings/specify_settings.py index 166fdf4a1df..db767dbe660 100644 --- a/specifyweb/settings/specify_settings.py +++ b/specifyweb/settings/specify_settings.py @@ -2,7 +2,7 @@ # Specify 7 requires the files from a Specify 6 install. # This setting should point to a directory containing an installation # of Specify 6 of the same version as the Specify database. -THICK_CLIENT_LOCATION = '/opt/specify7' +THICK_CLIENT_LOCATION = '/opt/Specify' # Set the database name to the MySQL database you # want to access which must be a Specify database already