17 lines
335 B
JSON
17 lines
335 B
JSON
{
|
|
"minio": {
|
|
"endpoint": "127.0.0.1:9000",
|
|
"public": "http://127.0.0.1:9000",
|
|
"access": "minioadmin",
|
|
"secret": "minioadmin123",
|
|
"bucket": "doctest",
|
|
"secure": "false",
|
|
"prefix": "assets",
|
|
"store_final": "true",
|
|
"public_read": "true"
|
|
},
|
|
"db": {
|
|
"webhook_url": null,
|
|
"token": null
|
|
}
|
|
} |