Initial commit

This commit is contained in:
alexey
2025-02-17 17:21:56 +03:00
parent db1cc72b8c
commit 982ea3322c
22 changed files with 841 additions and 2 deletions

6
config.ini Normal file
View File

@@ -0,0 +1,6 @@
[server]
port = 8081
db = "sqlite://db/workbase.sqlite3"
[repo]
repo = "repo"