mirror of
https://tangled.org/evan.jarrett.net/at-container-registry
synced 2026-09-01 15:56:58 +00:00
17 lines
604 B
YAML
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
|