config file name change to reflect new project name

This commit is contained in:
2025-06-01 18:49:39 +01:00
parent 310cc2a009
commit 7bdb9df5f4
2 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
<?php
define( 'DSI_API_URL', 'https://nodered.jfig.net/api/v1/door-open' );
define( 'DSI_CACHE_KEY', 'dsi_door_open_status' );
define( 'DSI_CACHE_TTL', 10 );