Files
CatBot/src/Backend/config.py
2025-07-21 17:50:03 +03:00

8 lines
209 B
Python

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"