mirror of
https://github.com/WiiLink24/wfc-server.git
synced 2026-03-22 01:54:12 -05:00
13 lines
325 B
XML
13 lines
325 B
XML
<Config>
|
|
<!-- The address the server will bind to -->
|
|
<address>127.0.0.1</address>
|
|
|
|
<!-- Database Credentials -->
|
|
<username>username</username>
|
|
<password>password</password>
|
|
|
|
<!-- Database information-->
|
|
<databaseAddress>127.0.0.1</databaseAddress>
|
|
<databaseName>wwfc</databaseName>
|
|
</Config>
|