-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
22 lines (18 loc) · 1.15 KB
/
Copy path.env.example
File metadata and controls
22 lines (18 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# ═══════════════════════════════════════════════════════════════════
# Mobile Pentest MCP — Environment Configuration
# ═══════════════════════════════════════════════════════════════════
# Copy this file to .env and fill in your values.
# ═══════════════════════════════════════════════════════════════════
# MobSF API Configuration (optional — only if you have MobSF running)
MOBSF_URL=http://127.0.0.1:8000
MOBSF_API_KEY=
# Log level: trace, debug, info, warn, error, fatal
LOG_LEVEL=info
# Node environment
NODE_ENV=production
# Custom binary paths (optional — override if tools aren't in PATH)
# ADB_PATH=/usr/bin/adb
# FRIDA_PATH=/usr/local/bin/frida
# OBJECTION_PATH=/usr/local/bin/objection
# JADX_PATH=/usr/local/bin/jadx
# APKTOOL_PATH=/usr/local/bin/apktool