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