Initial commit

This commit is contained in:
2025-06-22 00:01:22 +03:00
parent fd70166cf6
commit 033b80bfad
153 changed files with 26874 additions and 1 deletions

11
config.json Normal file
View File

@@ -0,0 +1,11 @@
{
"database": {
"host": "10.0.5.1",
"user": "mamad-app",
"password": "K[7w1@N!Uvdu@ls!",
"database": "mamad-app"
},
"app": {
"resetCooldownMinutes": 2
}
}