1
0
This commit is contained in:
2024-04-23 09:23:05 +03:00
parent ef0fa83f8b
commit 95719b299e
22 changed files with 1005 additions and 385 deletions

6
config.toml Normal file
View File

@@ -0,0 +1,6 @@
jwt_secret = "secret"
port = 6666
[database]
max_connections = 5
url = "sqlite://nir.db?mode=rwc"