Fix broken variable substitutions

This commit is contained in:
fanyx 2022-06-26 21:22:51 +02:00
parent ad5bcab6fc
commit 6078b9cb32
1 changed files with 2 additions and 2 deletions

View File

@ -62,8 +62,8 @@
<connection_downloadrate>8192</connection_downloadrate> <!-- Kbps --> <connection_downloadrate>8192</connection_downloadrate> <!-- Kbps -->
<force_ip_address></force_ip_address> <force_ip_address></force_ip_address>
<server_port>$SERVER_PORT</server_port> <server_port>@SERVER_PORT@</server_port>
<server_p2p_port>$SERVER_P2P_PORT</server_p2p_port> <server_p2p_port>@SERVER_P2P_PORT@</server_p2p_port>
<client_port>0</client_port> <client_port>0</client_port>
<bind_ip_address></bind_ip_address> <bind_ip_address></bind_ip_address>
<use_nat_upnp></use_nat_upnp> <use_nat_upnp></use_nat_upnp>