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:
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)