first push

This commit is contained in:
2025-10-13 18:09:01 +02:00
parent aa38e520f0
commit 2e59c1f5e7
19 changed files with 1719 additions and 1 deletions

12
config.json Normal file
View File

@@ -0,0 +1,12 @@
{
"host": "0.0.0.0",
"port": 8080,
"dataPath": "./data",
"keyLength": 10,
"maxLength": 500000,
"createKey": "",
"documents": {
"about": "./README.md",
"javaTest": "./documents/test.java"
}
}