From e6f614b21c15f6efb0c882aa013e5a5b2e19629a Mon Sep 17 00:00:00 2001 From: Jonne Hass Date: Thu, 15 Dec 2011 16:39:44 +0100 Subject: [PATCH] improve pod_url docs [ci skip] --- config/application.yml.example | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/application.yml.example b/config/application.yml.example index 11ac9405a..d2e7bddc1 100644 --- a/config/application.yml.example +++ b/config/application.yml.example @@ -9,6 +9,11 @@ defaults: &defaults # # Hostname of the machine you're running Diaspora on, as seen from the internet. + # This should be the URL you want to use to access the pod. So if you plan to + # reverse proxy it, it should be the URL the proxy listens on. + # DO NOT CHNANGE THIS AFTER INITIAL SETUP UNLESS YOU KNOW WHAT YOU'RE DOING! + # However changing http to https is okay and has no consquences. If you do change it + # you have to start over as it's hardcoded into the database. # For development and testing, you can leave this as is. pod_url: "http://localhost:3000"