8 lines
209 B
Python
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" |