Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Paste
P214
config.local.inc.php
Active
Public
Actions
Authored by
stwalkerster
on Jul 8 2018, 8:14 PM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Tags
None
Referenced Files
F81300:
Jul 8 2018, 8:14 PM
2018-07-08 20:14:06 (UTC+0)
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 paste.
Jul 8 2018, 8:14 PM
2018-07-08 20:14:06 (UTC+0)
stwalkerster
created this object with visibility "Public (No Login Required)".
stwalkerster
changed the title of this paste from untitled to
config.local.inc.php
.
Log In to Comment