Updated Backend
This commit is contained in:
8
src/Backend/config.py
Normal file
8
src/Backend/config.py
Normal 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"
|
||||
Reference in New Issue
Block a user