restructure: move backend into backend/

This commit is contained in:
2026-07-31 23:53:50 +05:00
parent 9074e55a13
commit 79bc04aaa7
29 changed files with 0 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
# --- Database (FreeRADIUS) ---
DB_HOST=192.168.1.21
DB_PORT=3306
DB_USER=root
DB_PASSWORD=changeme
DB_NAME=radius
# --- API ---
# Shared secret required in the X-API-Key header on every request.
API_KEY=change-this-to-a-long-random-string
# Comma-separated CORS origins (use * only for trusted/dev networks)
CORS_ORIGINS=*
# Default page size cap for list endpoints
DEFAULT_LIMIT=50
MAX_LIMIT=500