Files
rbcs/src/main/resources/net/woggioni/gbcs/gbcs-default.xml
2024-12-23 16:03:46 +08:00

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>