summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChloe Kudryavtsev <toast@toastin.space>2019-03-05 22:36:35 -0500
committerChloe Kudryavtsev <toast@toastin.space>2019-03-05 22:36:35 -0500
commitd4fa9d851c2658086ce7e966c72701b2e963539f (patch)
treee1c907151043b61a0331fb40fdcfab9c422d1785
parentOnly allow plaintext uploads (diff)
Remove all mentions of p.toastin.space
-rw-r--r--README.md2
-rwxr-xr-xclient/brpaste.anypaste2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 07bd1ec..997f42a 100644
--- a/README.md
+++ b/README.md
@@ -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