mirror of
https://github.com/umbra2728/ctfd-mcp.git
synced 2026-02-07 22:08:12 +03:00
9 lines
312 B
Plaintext
9 lines
312 B
Plaintext
CTFD_URL=https://ctfd.example.com/
|
|
CTFD_USERNAME=your_username
|
|
CTFD_PASSWORD=your_password
|
|
# or, if you prefer to use a token:
|
|
# CTFD_TOKEN=your_ctfd_api_token_here
|
|
# or, if tokens are disabled:
|
|
# CTFD_SESSION=your_session_token_here
|
|
# and, if the owl plugin enforces CSRF:
|
|
# CTFD_CSRF_TOKEN=your_csrf_token_here |