forked from github/server
fix the default arda server's configuration
This commit is contained in:
parent
bef560d92a
commit
75c540992b
|
@ -2,7 +2,7 @@ local srcpath = config.source_dir
|
||||||
local respath = srcpath .. '/res'
|
local respath = srcpath .. '/res'
|
||||||
local paths = {
|
local paths = {
|
||||||
'scripts/?.lua',
|
'scripts/?.lua',
|
||||||
'eressea/scripts/?.lua',
|
'core/scripts/?.lua',
|
||||||
'lunit/?.lua'
|
'lunit/?.lua'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -6,5 +6,5 @@
|
||||||
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
|
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
|
||||||
<rewriteURI
|
<rewriteURI
|
||||||
uriStartString="eressea:///core/"
|
uriStartString="eressea:///core/"
|
||||||
rewritePrefix="../eressea/res/" />
|
rewritePrefix="../core/res/" />
|
||||||
</catalog>
|
</catalog>
|
||||||
|
|
Loading…
Reference in New Issue