Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4141326
config.example.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
878 B
Referenced Files
None
Subscribers
None
config.example.js
View Options
/**
* Example configuration for the testreduce client.js script
* Copy this file to config.js and change the values as needed.
*/
'use strict'
;
var
path
=
require
(
'path'
);
(
function
()
{
if
(
typeof
module
===
'object'
)
{
module
.
exports
=
{
server
:
{
// The address of the primary HTTP server (for getting titles and posting results) (no protocol)
host
:
'localhost'
,
// The port where the server is running
port
:
8002
,
},
// A unique name for this client (optional) (URL-safe characters only)
clientName
:
'Parsoid RT testing client'
,
// Only one of these should be necessary.
opts
:
{
// The parsoid API to use. If null, all your rt tests will fail!
parsoidURL
:
null
,
},
runTest
:
require
(
'./rtTestWrapper.js'
).
runRoundTripTest
,
// Path of the git repo
gitRepoPath
:
path
.
resolve
(
__dirname
,
'../..'
),
};
}
}());
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Aug 19, 15:54 (3 w, 6 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
c1/fd/a7aec6e470c04e9b92c13f021ed9
Default Alt Text
config.example.js (878 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment