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 paths = {
|
||||
'scripts/?.lua',
|
||||
'eressea/scripts/?.lua',
|
||||
'core/scripts/?.lua',
|
||||
'lunit/?.lua'
|
||||
}
|
||||
|
||||
|
|
|
@ -6,5 +6,5 @@
|
|||
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
|
||||
<rewriteURI
|
||||
uriStartString="eressea:///core/"
|
||||
rewritePrefix="../eressea/res/" />
|
||||
rewritePrefix="../core/res/" />
|
||||
</catalog>
|
||||
|
|
Loading…
Reference in New Issue