From c16b8c9d96468379fee467239a974c84e3f35ea2 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Wed, 17 Apr 2024 20:58:15 -0700 Subject: Remove default xml usage --- setup/cloud-init.yaml | 4 ---- setup/package.sh | 1 - 2 files changed, 5 deletions(-) diff --git a/setup/cloud-init.yaml b/setup/cloud-init.yaml index 1246fb1b7..3d55f5f6f 100644 --- a/setup/cloud-init.yaml +++ b/setup/cloud-init.yaml @@ -5,14 +5,10 @@ write_files: - - ./conf/default.xml - com.mysql.jdbc.Driver jdbc:mysql://localhost/traccar?zeroDateTimeBehavior=round&serverTimezone=UTC&allowPublicKeyRetrieval=true&useSSL=false&allowMultiQueries=true&autoReconnect=true&useUnicode=yes&characterEncoding=UTF-8&sessionVariables=sql_mode='' root root - path: /root/traccar.xml diff --git a/setup/package.sh b/setup/package.sh index 5b3c9bcde..1cac75713 100755 --- a/setup/package.sh +++ b/setup/package.sh @@ -88,7 +88,6 @@ prepare () { cp ../schema/* out/schema cp -r ../templates/* out/templates cp -r ../traccar-web/build/* out/web - cp default.xml out/conf cp traccar.xml out/conf if [ $PLATFORM = "all" -o $PLATFORM = "windows-64" ]; then -- cgit v1.2.3