From 4d95c529604a2b5dc39496bc6a79382966f1d07e Mon Sep 17 00:00:00 2001 From: Sean Tilley Date: Wed, 18 Apr 2012 00:18:22 -0500 Subject: [PATCH] Image Redirect URL should be blank [ci skip] --- config/application.yml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/application.yml.example b/config/application.yml.example index 64fe1c327..069f642d2 100644 --- a/config/application.yml.example +++ b/config/application.yml.example @@ -60,7 +60,7 @@ defaults: &defaults ## https://images.example.org here, all requests made to ## pictures under /uploads/images will be redirected to ## https://images.example.org/uploads/images/... - image_redirect_url: 'https://images.example.org' + image_redirect_url: '' ## Diaspora is only tested against this default pubsub server. ## You probably don't want to change this.