Initial commit

This commit is contained in:
2025-08-08 22:19:01 -03:00
commit 65e3309266
8 changed files with 573 additions and 0 deletions

6
includes/config.php Normal file
View File

@@ -0,0 +1,6 @@
<?php
// Configurações da API
$apiBase = 'http://192.168.0.54:8002/api/v1';
$token = 'tk_6bb6ebf73e487c79c76e9d6546daa7595563b41f';
$projectId = 1; // Confirmado como válido (Inbox)
?>