···140140 email you@example.com
141141}
142142143143-user1.example.com, user2.example.com, example.com {
143143+*.example.com, example.com {
144144+ tls {
145145+ on_demand
146146+ }
144147 reverse_proxy http://localhost:3000
145148}
146149CADDYFILE
···242245243246There are additional environment variables that can be tweaked depending on how you're running your service. For instance, storing blobs in AWS S3, keys in AWS KMS, or setting up an email service.
244247245245-Feel free to explore those [Here](https://github.com/bluesky-social/atproto/blob/simplify-pds/packages/pds/src/config/env.ts). However, we will not be providing support for more advanced configurations.248248+Feel free to explore those [Here](https://github.com/bluesky-social/atproto/blob/simplify-pds/packages/pds/src/config/env.ts). However, we will not be providing support for more advanced configurations.