Initial server configuration

This commit is contained in:
2026-06-01 21:02:52 +03:00
commit 6c51390cab
398 changed files with 86675 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
Database:
# mysql | sqlite
type: "sqlite"
host: "localhost"
port: "3306"
database: "gsit"
user: "root"
password: "root"