removed .env.example

This commit is contained in:
2026-04-14 21:56:59 -04:00
parent a18af39066
commit 4163498dfb

View File

@@ -1,14 +0,0 @@
# Vikunja MCP - Developed by acidvegas in Go (https://git.acid.vegas)
# vikunja-mcp/.env.example
#
# The Go binary does not load this file itself — pass these as real environment
# variables (your MCP client's "env" block, systemd Environment=, or `export`
# them in your shell). This file is a reference for the variable names.
VIKUNJA_URL=http://localhost:3456
VIKUNJA_TOKEN=tk_your_api_token_here
# Optional: defaults for transport, host, and port when running the HTTP daemon.
# VIKUNJA_MCP_TRANSPORT=stdio
# VIKUNJA_MCP_HOST=127.0.0.1
# VIKUNJA_MCP_PORT=8000