Updated Backend

This commit is contained in:
2025-07-21 17:50:03 +03:00
parent 656e9257cc
commit 1e024cc937
3 changed files with 38 additions and 49 deletions

8
src/Backend/config.py Normal file
View File

@ -0,0 +1,8 @@
IS_address = "localhost:9000"
acc_key = "minioadmin"
sec_key = "minioadmin"
db_name = "postgres_db"
postgres_user = "postgres_user"
postgres_password = "postgres_password"
host_name = "localhost"
port = "5430"