Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mediawiki-1.27.1
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pacer
mediawiki-1.27.1
Commits
e9805bef
Commit
e9805bef
authored
7 years ago
by
Mohamed Alzayat
Browse files
Options
Downloads
Patches
Plain Diff
some more config parameters
parent
d06da300
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
LocalSettings.php
+9
-0
9 additions, 0 deletions
LocalSettings.php
with
9 additions
and
0 deletions
LocalSettings.php
+
9
−
0
View file @
e9805bef
...
...
@@ -140,7 +140,15 @@ wfLoadSkin( 'Vector' );
#wfLoadExtension( 'ParserFunctions' );
#wfLoadExtension( 'Scribunto' );
#$wgVectorUseSimpleSearch = true;
#$wgVectorUseIconWatch = true;
#require_once "$IP/extensions/InputBox/InputBox.php";
#require_once "$IP/extensions/TemplateData/TemplateData.php";
require_once
"
$IP
/extensions/ParserFunctions/ParserFunctions.php"
;
$wgPFEnableStringFunctions
=
true
;
require_once
"
$IP
/extensions/Scribunto/Scribunto.php"
;
$wgScribuntoDefaultEngine
=
'luastandalone'
;
$wgScribuntoEngineConf
[
'luastandalone'
][
'luaPath'
]
=
'/usr/bin/lua'
;
...
...
@@ -149,6 +157,7 @@ $wgScribuntoEngineConf['luastandalone']['luaPath'] = '/usr/bin/lua';
#$wgScribuntoEngineConf['luastandalone']['errorFile'] = '/tmp/mwlua_error.log';
## lua debug log shows not enough memory
#$wgScribuntoEngineConf['luastandalone']['memoryLimit'] = 524288000; # 500M in bytes
#$wgScribuntoEngineConf['luastandalone']['cpuLimit'] = 60; # in seconds
##$wgScribuntoDefaultEngine = 'luasandbox';
$wgMaxUploadSize
=
32
*
1024
*
1024
;
$wgMaxArticleSize
=
32
*
1024
*
1024
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment