posbuild config default angepasst
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#
|
||||
#
|
||||
# @author Codename
|
||||
# @copyright (c) 2008 - 2019 Life of German
|
||||
# @warning Start this script only once, after building server dll
|
||||
@@ -54,25 +54,6 @@ if (![System.IO.File]::Exists($configPath)) {
|
||||
</client>
|
||||
</update>
|
||||
</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>"
|
||||
|
||||
# create default content
|
||||
@@ -180,4 +161,4 @@ if ($xmlConfig.config.remote.enabled -eq "true") {
|
||||
# TODO: connect to remote ftp server and update files
|
||||
}
|
||||
|
||||
exit 0
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user