mirror of
https://github.com/WiiLink24/wfc-server.git
synced 2026-03-21 17:44:58 -05:00
12 lines
329 B
XML
12 lines
329 B
XML
<Config>
|
|
<!-- The address which HTTP will bind to -->
|
|
<address>127.0.0.1:8080</address>
|
|
|
|
<!-- Database Credentials -->
|
|
<username>username</username>
|
|
<password>password</password>
|
|
|
|
<!-- Database information-->
|
|
<databaseAddress>127.0.0.1</databaseAddress>
|
|
<databaseName>wwfc</databaseName>
|
|
</Config> |