Page MenuHomePhabricator
Paste P214

config.local.inc.php
ActivePublic

Authored by stwalkerster on Jul 8 2018, 8:14 PM.
Tags
None
Referenced Files
F81300:
Jul 8 2018, 8:14 PM
Subscribers
None
<?php
$baseurl = "https://scimonshouse.net/~stwalkerster/newinternal";
$toolserver_username = 'stwalkerster';
$toolserver_password = 'supersekrit';
$toolserver_host = "localhost";
$toolserver_database = "stwalkerster_newinternaldemo";
// temporary file location
$varfilepath = "/tmp/";
// Disable a few unnecessary things
$useOauthSignup = false;
$enableEmailConfirm = 0;
$forceIdentification=false;
$ircBotNotificationsEnabled = false;
// things you probably don't need to change
$whichami = "Dev";
$filepath = __DIR__ . '/';
$curlDisableSSLVerifyPeer = true;
$curlCookieJar = __DIR__ . '/cookies.txt';
$cookiepath = '/';
$enableSQLError = true;
$enableErrorTrace = true;

Event Timeline

stwalkerster created this object with visibility "Public (No Login Required)".
stwalkerster changed the title of this paste from untitled to config.local.inc.php.