major refactor, numenculature change

remove mentions to "door" status, to space
This commit is contained in:
2025-06-02 00:17:55 +01:00
parent f0f2814d35
commit 42345c47b9
3 changed files with 43 additions and 43 deletions

View File

@@ -1,5 +1,5 @@
<?php
define( 'DSI_API_URL', 'https://lcdporto.org/api/spaceapi' );
define( 'DSI_CACHE_KEY', 'dsi_space_api_status' );
define( 'DSI_CACHE_TTL', 10 );
define( 'SSI_API_URL', 'https://lcdporto.org/api/spaceapi' );
define( 'SSI_CACHE_KEY', 'ssi_space_api_status' );
define( 'SSI_CACHE_TTL', 10 );