first commit

This commit is contained in:
Power BI Dev
2026-04-28 23:22:31 +07:00
commit 3ae282607f
7 changed files with 254 additions and 0 deletions

9
.env.example Normal file
View File

@@ -0,0 +1,9 @@
APP_PORT=8099
SPOTA_BASE_URL=https://spota.untan.ac.id/steven/API
SPOTA_ALLOWED_ENDPOINTS=login.php,getListTugasAkhir.php,getListMahasiswa.php,getListDosen.php,sendMail.php
# Optional. If set, callers must send X-Proxy-Token: value or ?proxy_token=value.
PROXY_TOKEN=
CONNECT_TIMEOUT=10
REQUEST_TIMEOUT=30