obs-access-signer/.config/example.env
Nugraha 44173e65f5
All checks were successful
continuous-integration/drone/push Build is passing
all: initial files
2022-12-05 03:48:53 +07:00

19 lines
No EOL
379 B
Bash

## obs-access-signer
#
HTTP_ADDR=0.0.0.0:9002
OBS_ENDPOINT=minio:9000
OBS_BUCKET_NAME=test-bucket
OBS_SECURE=false
LOG_LEVEL=DEBUG
AWS_ACCESS_KEY=example-minio-access
AWS_SECRET_KEY=example-minio-secret
# AWS_SESSION_TOKEN
# accessible S3 gateway
OBS_HOST_REDIRECT=127.0.0.1:9000
## Infra
# minio, mc
MINIO_ACCESS_KEY=example-minio-access
MINIO_SECRET_KEY=example-minio-secret