Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/config/config.php.default
diff options
context:
space:
mode:
authorDavid Farning <dfarning@gmail.com>2009-03-03 10:19:06 (GMT)
committer David Farning <dfarning@gmail.com>2009-03-03 10:19:06 (GMT)
commit2646931ffd3b6555c0f74132681ca058bd7c99ce (patch)
tree60321feca6cb4913b95db59adbc48cfc4cfeb73a /site/app/config/config.php.default
parent630c5bef3de3607ca8684f6680cfc83f7b987c48 (diff)
parentbc6f60be961e3a3febc49ad24ff8f391860b266b (diff)
commit string update
Diffstat (limited to 'site/app/config/config.php.default')
-rw-r--r--site/app/config/config.php.default10
1 files changed, 10 insertions, 0 deletions
diff --git a/site/app/config/config.php.default b/site/app/config/config.php.default
index c9e83e7..52b1a24 100644
--- a/site/app/config/config.php.default
+++ b/site/app/config/config.php.default
@@ -60,6 +60,16 @@
// define('SITE_URL', '');
/**
+ * Secure Site URL
+ * Example: https://addons.mozilla.org
+ * Example: https://khan-vm.mozilla.org (dev)
+ * Example of getting a full controller url:
+ * echo SITE_URL.$html->url('/users/register');
+ * Will default to https://addons.mozilla.org unless defined below
+ */
+// define('SITE_URL', '');
+
+/**
* Services URL.
* Example: http://addons.mozilla.org/services
* Example: http://khan-vm.mozilla.org/amo/services (dev)