Skip to content

Commit

Permalink
Update env_example
Browse files Browse the repository at this point in the history
  • Loading branch information
citking committed Dec 22, 2023
1 parent 4131220 commit 44c90fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env_example
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ AWS_DEFAULT_REGION=auto # Remote Storage
SSH_HOSTNAME="127.0.0.1" # Remote Storage
SSH_PORT=22 # Remote Storage
SSH_USERNAME="root" # Remote Storage: This user should have read/write access to your pict-rs files
SSH_PRIVKEY="/home/username/.ssh/id_rsa" # Remote Storage: Path to your private key file
SSH_PRIVKEY="/home/username/.ssh/id_rsa" # Remote Storage: Path to your private key file. Windows systems path: Use c:\\path\\to\\saved\\private\\key
PICTRS_FILES_DIRECTORY="/lemmy/lemmy.example.com/volumes/pictrs/files" # Remote/Local Storage: Path to your pictrs files directory.
PICTRS_SAFETY_URL="http://lemmy.example.com:14051" # The URL where your pictrs-safety is reachable
PICTRS_SAFETY_APIKEY="abcdefg12345" # Should match FEDIVERSE_SAFETY_WORKER_AUTH you set in pirtrs-safety .env

0 comments on commit 44c90fa

Please sign in to comment.