update: .env example
This commit is contained in:
parent
a401428fa3
commit
23e072986d
1 changed files with 20 additions and 10 deletions
|
|
@ -1,15 +1,25 @@
|
||||||
PUBLIC_KEY=
|
# Keycloak public key
|
||||||
|
PUBLIC_KEY=keycloak.public.key
|
||||||
MINIO_HOST=localhost
|
REALM_URL=https://keycloak.local/realms/EDM
|
||||||
MINIO_PORT=9000
|
PREFERRED_AUTH=online
|
||||||
|
MANAGEMENT_ROLE=doc-management
|
||||||
|
# App port
|
||||||
|
PORT=25570
|
||||||
|
# Real host name must be used.
|
||||||
|
# Sdk will generate presigned url based on host name.
|
||||||
|
MINIO_HOST=minio.local
|
||||||
|
MINIO_PORT=443
|
||||||
|
MINIO_SSL=true
|
||||||
MINIO_ACCESS_KEY=
|
MINIO_ACCESS_KEY=
|
||||||
MINIO_SECRET_KEY=
|
MINIO_SECRET_KEY=
|
||||||
|
# Bucket notification event needed to be configured
|
||||||
|
# Can use prepare script to create bucket
|
||||||
|
MINIO_BUCKET=dev
|
||||||
ELASTICSEARCH_PROTOCOL=http
|
ELASTICSEARCH_PROTOCOL=http
|
||||||
ELASTICSEARCH_HOST=localhost
|
ELASTICSEARCH_HOST=localhost
|
||||||
ELASTICSEARCH_PORT=9200
|
ELASTICSEARCH_PORT=3001
|
||||||
|
# Can use prepare script
|
||||||
|
ELASTICSEARCH_INDEX=dev-index
|
||||||
|
AMQ_URL=amqp://admin:1234@localhost:3002
|
||||||
|
AMQ_QUEUE=queue-name
|
||||||
|
|
||||||
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