6 lines
128 B
Bash
6 lines
128 B
Bash
# Path to the wiki folder (absolute or relative to project root)
|
|
WIKI_PATH=./wiki
|
|
|
|
# Optional: enable debug logging
|
|
DEBUG=false
|