Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F81300
No One
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Authored By
stwalkerster
Jul 8 2018, 8:14 PM
2018-07-08 20:14:06 (UTC+0)
Size
677 B
Referenced Files
None
Subscribers
None
View Options
<?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
Details
Attached
Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
74795
Default Alt Text
(677 B)
Attached To
Mode
P214 config.local.inc.php
Attached
Detach File
Event Timeline
Log In to Comment