chore: ui test script upload (grid view)
This commit is contained in:
parent
1ac866b696
commit
9bb6e8e27c
5 changed files with 111 additions and 466 deletions
|
|
@ -1,15 +1,25 @@
|
|||
# Keycloak public key
|
||||
PUBLIC_KEY=
|
||||
|
||||
MINIO_HOST=localhost
|
||||
MINIO_PORT=9000
|
||||
REALM_URL=
|
||||
PREFERRED_AUTH=
|
||||
MANAGEMENT_ROLE=
|
||||
# App port
|
||||
PORT=
|
||||
# Real host name must be used.
|
||||
# Sdk will generate presigned url based on host name.
|
||||
MINIO_HOST=
|
||||
MINIO_PORT=
|
||||
MINIO_SSL=
|
||||
MINIO_ACCESS_KEY=
|
||||
MINIO_SECRET_KEY=
|
||||
# Bucket notification event needed to be configured
|
||||
# Can use prepare script to create bucket
|
||||
MINIO_BUCKET=
|
||||
ELASTICSEARCH_PROTOCOL=
|
||||
ELASTICSEARCH_HOST=
|
||||
ELASTICSEARCH_PORT=
|
||||
# Can use prepare script
|
||||
ELASTICSEARCH_INDEX=
|
||||
AMQ_URL=
|
||||
AMQ_QUEUE=
|
||||
|
||||
ELASTICSEARCH_PROTOCOL=http
|
||||
ELASTICSEARCH_HOST=localhost
|
||||
ELASTICSEARCH_PORT=9200
|
||||
|
||||
AMQ_URL=amqp://admin:1234@localhost:9999
|
||||
AMQ_QUEUE=queue
|
||||
|
||||
AUTH_BYPASS=false # MUST NOT TURN THIS ON IN PRODUCTION
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue