Replace literal w/ RASPI_DEBUG_LOG

This commit is contained in:
billz
2023-10-31 22:18:23 +00:00
parent 98d5f5b64b
commit 86ac3e2ff6
4 changed files with 7 additions and 6 deletions

View File

@@ -12,6 +12,7 @@ $defaults = [
'RASPI_ADMIN_DETAILS' => RASPI_CONFIG.'/raspap.auth',
'RASPI_WIFI_AP_INTERFACE' => 'wlan0',
'RASPI_CACHE_PATH' => sys_get_temp_dir() . '/raspap',
'RASPI_DEBUG_LOG' => 'raspap_debug.log',
// Constants for configuration file paths.
// These are typical for default RPi installs. Modify if needed.