diff options
| author | 2019-03-05 22:36:35 -0500 | |
|---|---|---|
| committer | 2019-03-05 22:36:35 -0500 | |
| commit | d4fa9d851c2658086ce7e966c72701b2e963539f (patch) | |
| tree | e1c907151043b61a0331fb40fdcfab9c422d1785 | |
| parent | Only allow plaintext uploads (diff) | |
Remove all mentions of p.toastin.space
| -rw-r--r-- | README.md | 2 | ||||
| -rwxr-xr-x | client/brpaste.anypaste | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -19,7 +19,7 @@ This is because the actual job being done is relatively minimal. However, because redis is used, your instance can be greatly configured. For instance, you could make all your pastes expire in 10 minutes. Or you could make them never expire. -The hosted instance over at https://p.toastin.space limits memory usage to 250mb, and expires the least frequently used keys first. +The hosted instance over at https://brpaste.xyz limits memory usage to 250mb, and expires the least frequently used keys first. This is the recommended configuration. ### Deployment Difficulty diff --git a/client/brpaste.anypaste b/client/brpaste.anypaste index c7bb0bb..e1434b4 100755 --- a/client/brpaste.anypaste +++ b/client/brpaste.anypaste @@ -27,5 +27,5 @@ case $1 in echo 'direct' echo echo '[optional_config]' - echo 'brpaste_host:Hosted instance to use (default: https://p.toastin.space)' + echo 'brpaste_host:Hosted instance to use (default: https://brpaste.xyz)' esac |
