mirror of
https://github.com/umbra2728/ctfd-mcp.git
synced 2026-02-07 22:08:12 +03:00
first commit
This commit is contained in:
9
.env.example
Normal file
9
.env.example
Normal file
@@ -0,0 +1,9 @@
|
||||
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
|
||||
Reference in New Issue
Block a user