13 lines
258 B
YAML
13 lines
258 B
YAML
|
minio:
|
||
|
endpoint: "222.212.85.86:9000"
|
||
|
access_key: "adminjdskfj"
|
||
|
secret_key: "123456ksldjfal@Y"
|
||
|
secure: false
|
||
|
web: "http://222.212.85.86"
|
||
|
|
||
|
sql:
|
||
|
host: '222.212.85.86'
|
||
|
port: 5432
|
||
|
dbname: 'postgres'
|
||
|
user: 'postgres'
|
||
|
password: 'root'
|