diff options
Diffstat (limited to 'tools/config.php')
| -rw-r--r-- | tools/config.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/config.php b/tools/config.php index eb4b329..a792b27 100644 --- a/tools/config.php +++ b/tools/config.php @@ -6,7 +6,8 @@ if ( isset($_SERVER["HTTPS"]) && $_SERVER["HTTPS"] != "") $_scheme = "https://"; if ( ! defined("__domain_") ) - define("__domain_", $_scheme."tools.iamfabulous.de"); + # define("__domain_", $_scheme."tools.iamfabulous.de"); + define("__domain_", $_scheme."tools.local"); if ( ! defined("REDIS_CONNECT") ) define("REDIS_CONNECT", "/var/run/redis/redis.sock"); |
