Files
home-server/komodo/s3/versitygw/.env.sample

20 lines
735 B
Plaintext

# Versity S3 Gateway — root credentials for the flat-file IAM backend.
# Copy to `.env` in this directory (same folder as compose.yaml).
# https://github.com/versity/versitygw/wiki/Quickstart
#
# Komodo: use these exact names in Stack Environment — they are written to `.env`
# on the host (default `env_file_path`). If you change `env_file_path` in the Stack,
# update `env_file` in compose.yaml to match.
#
# Set either pair (Helm chart uses the *_ID / *_ACCESS_KEY names):
# ROOT_ACCESS_KEY + ROOT_SECRET_KEY
# ROOT_ACCESS_KEY_ID + ROOT_SECRET_ACCESS_KEY
ROOT_ACCESS_KEY=
ROOT_SECRET_KEY=
# ROOT_ACCESS_KEY_ID=
# ROOT_SECRET_ACCESS_KEY=
# Host port mapped to the gateway (container listens on 10000).
VERSITYGW_PORT=10000