From 14ff39a2b3219cd3d2c041c56eeaa93a674e2fec Mon Sep 17 00:00:00 2001 From: Tom Early Date: Sat, 7 Mar 2020 07:51:51 -0700 Subject: [PATCH] moving the database file --- defaults | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/defaults b/defaults index 5258d16..9cb2fa5 100644 --- a/defaults +++ b/defaults @@ -216,7 +216,7 @@ timing_play_delay_d=19 # milliseconds between frames playback, if echo so # # Dashboard - for the php/sqlite webpage # -dashboard_enable_lastheard_d=true # set to false if you don't want a last heard section in the dashboard -dashboard_sql_filename_d='qn.db' # name for the sqlite database -dashboard_refresh_d=20 # seconds for the webpage to reload -dashbaord_lastheard_count_d=20 # maximum number of last heard entries to display +dashboard_enable_lastheard_d=true # set to false if you don't want a last heard section in the dashboard +dashboard_sql_filename_d='/usr/local/etc/qn.db' # name for the sqlite database +dashboard_refresh_d=20 # seconds for the webpage to reload +dashbaord_lastheard_count_d=20 # maximum number of last heard entries to display