posbuild config default angepasst

This commit is contained in:
hydrant
2021-04-21 06:29:06 +00:00
parent 69a6804833
commit dd08eaf11a

View File

@@ -1,4 +1,4 @@
# #
# @author Codename # @author Codename
# @copyright (c) 2008 - 2019 Life of German # @copyright (c) 2008 - 2019 Life of German
# @warning Start this script only once, after building server dll # @warning Start this script only once, after building server dll
@@ -54,25 +54,6 @@ if (![System.IO.File]::Exists($configPath)) {
</client> </client>
</update> </update>
</local> </local>
<remote>
<enabled>false</enabled>
<ftpServerAddress>127.0.0.1</ftpServerAddress>
<ftpServerPort>21</ftpServerPort>
<ftpServerUsername>USERNAME</ftpServerUsername>
<ftpServerPassword>PASSWORD</ftpServerPassword>
<rageMpServerPath>.</rageMpServerPath>
<update>
<server>
<metaXml>false</metaXml>
<allDependencies>false</allDependencies>
</server>
<client>
<assets>false</assets>
<indexJs>false</indexJs>
<dlcPacks>false</dlcPacks>
</client>
</update>
</remote>
</config>" </config>"
# create default content # create default content
@@ -180,4 +161,4 @@ if ($xmlConfig.config.remote.enabled -eq "true") {
# TODO: connect to remote ftp server and update files # TODO: connect to remote ftp server and update files
} }
exit 0 exit 0