first commit

This commit is contained in:
Sandro Fuetsch Titan
2026-05-26 19:23:46 +02:00
commit 7a46ef3759
24 changed files with 636 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
MARIA_USER = "root"
MARIA_PASS = 1234
MARIA_DB = "finetuning"
POSTGRES_USER = "finetuner"
POSTGRES_PASS = 1234
POSTGRES_DB = "finetuning"
PATH_AUTH = "repositories/auth.tsv"
PATH_PUBL = "repositories/publ.tsv"