Mirror from bluesky-social/pds

Merge pull request #23 from edavis/main

README fixes: use tee and fix URL for env.ts

authored by bnewbold.net and committed by

GitHub cc04dbf9 01dbd277

+2 -2
+2 -2
README.md
··· 288 288 ##### Create the systemd service 289 289 290 290 ```bash 291 - cat <<SYSTEMD_UNIT_FILE >/etc/systemd/system/pds.service 291 + cat <<SYSTEMD_UNIT_FILE | sudo tee /etc/systemd/system/pds.service 292 292 [Unit] 293 293 Description=Bluesky PDS Service 294 294 Documentation=https://github.com/bluesky-social/pds ··· 427 427 428 428 There 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. 429 429 430 - 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. 430 + Feel free to explore those [Here](https://github.com/bluesky-social/atproto/blob/main/packages/pds/src/config/env.ts). However, we will not be providing support for more advanced configurations.