corrected quackback settings applied #73
@@ -177,10 +177,10 @@
|
||||
"S3_ENDPOINT": "http://quackbackminio-app:9000"
|
||||
},
|
||||
{
|
||||
"S3_BUCKET": "quackback"
|
||||
"S3_BUCKET": "#S3_BUCKET"
|
||||
},
|
||||
{
|
||||
"S3_REGION": "europe-east-1"
|
||||
"S3_REGION": "#S3_REGION"
|
||||
},
|
||||
{
|
||||
"S3_FORCE_PATH_STYLE": "true"
|
||||
|
||||
@@ -47,6 +47,20 @@
|
||||
"required": "true",
|
||||
"generated": "random|sha256|20"
|
||||
},
|
||||
{
|
||||
"description": "Minio username",
|
||||
"key": "MINIO_ROOT_USER",
|
||||
"value": "",
|
||||
"required": "true",
|
||||
"generated": "time|md5|8"
|
||||
},
|
||||
{
|
||||
"description": "Minio password for user",
|
||||
"key": "MINIO_ROOT_PASSWORD",
|
||||
"value": "",
|
||||
"required": "true",
|
||||
"generated": "random|md5|12"
|
||||
},
|
||||
{
|
||||
"description": "Domain:",
|
||||
"key": "DOMAIN",
|
||||
@@ -60,6 +74,20 @@
|
||||
"info": "Change latest version of Quackback image to custom",
|
||||
"advanced": "true"
|
||||
},
|
||||
{
|
||||
"description": "Quackback S3 bucket name",
|
||||
"key": "S3_BUCKET",
|
||||
"value": "quackback",
|
||||
"info": "If not set the default, the name quackback will be set",
|
||||
"advanced": "true"
|
||||
},
|
||||
{
|
||||
"description": "Quackback S3 region",
|
||||
"key": "S3_REGION",
|
||||
"value": "us-east-1",
|
||||
"info": "If not set the default, the region us-east-1 will be set",
|
||||
"advanced": "true"
|
||||
},
|
||||
{
|
||||
"description": "Slack client ID",
|
||||
"key": "SLACK_CLIENT_ID",
|
||||
|
||||
Reference in New Issue
Block a user