10 lines
319 B
Plaintext
10 lines
319 B
Plaintext
# Versity S3 Gateway — root credentials for the flat-file IAM backend.
|
|
# Copy to `.env` and set strong values before `docker compose up -d`.
|
|
# https://github.com/versity/versitygw/wiki/Quickstart
|
|
|
|
ROOT_ACCESS_KEY=
|
|
ROOT_SECRET_KEY=
|
|
|
|
# Host port mapped to the gateway (container listens on 10000).
|
|
VERSITYGW_PORT=10000
|