chore: ui test script upload (grid view)

This commit is contained in:
Methapon2001 2023-12-06 11:33:06 +07:00
parent 1ac866b696
commit 9bb6e8e27c
No known key found for this signature in database
GPG key ID: 849924FEF46BD132
5 changed files with 111 additions and 466 deletions

View file

@ -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