local settings

This commit is contained in:
2022-08-09 22:20:50 -07:00
parent f928d788f9
commit 8512b62cb4

View File

@@ -1,5 +1,5 @@
<?php
$venueName = 'Default Venue';
$dbFilePath = '/var/www/html/okjweb/okjweb.db';
$venueName = 'City Karaoke';
$dbFilePath = '/home/salfter/StandaloneRequestServer/okjweb.db';
?>