Files
at-container-registry/config/hold.yml
T
2025-10-02 11:03:59 -05:00

17 lines
604 B
YAML

# DEPRECATED: This config file is no longer used
#
# The hold service now loads all configuration from environment variables.
# Please use .env.example as a reference and set environment variables instead.
#
# See .env.example for all available configuration options.
#
# Key changes:
# - Storage config now uses standard env vars (AWS_ACCESS_KEY_ID, etc.)
# - Authorization is now based on PDS records (hold.public, crew records)
# - No more allow_all or allowed_dids config
#
# To run the hold service:
# 1. Copy .env.example to .env
# 2. Fill in your values
# 3. Run: source .env && ./atcr-hold