Page MenuHomePhabricator
Authored By
stwalkerster
Jul 8 2018, 8:14 PM
Size
677 B
Referenced Files
None
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;

File Metadata

Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
74795
Default Alt Text
(677 B)

Event Timeline