forked from woggioni/rbcs
10 lines
331 B
XML
10 lines
331 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<gbcs:server xmlns:gbcs="urn:net.woggioni.gbcs" useVirtualThreads="false">
|
|
<bind host="127.0.0.1" port="11443"/>
|
|
<cache>
|
|
<file-system-cache path="/tmp/gbcs" max-age="P7D"/>
|
|
</cache>
|
|
<authentication>
|
|
<none/>
|
|
</authentication>
|
|
</gbcs:server> |