diff --git a/deploy/local/launchctl/com.lingniu.vehicle-history.plist.template b/deploy/local/launchctl/com.lingniu.vehicle-history.plist.template
index 9dffad7d..41d8bc1f 100644
--- a/deploy/local/launchctl/com.lingniu.vehicle-history.plist.template
+++ b/deploy/local/launchctl/com.lingniu.vehicle-history.plist.template
@@ -56,8 +56,6 @@
0
TDENGINE_MAX_POOL_SIZE
16
- TDENGINE_INITIALIZE_SCHEMA
- true
NACOS_CONFIG_ENABLED
false
MANAGEMENT_HEALTH_REDIS_ENABLED
diff --git a/modules/apps/vehicle-history-app/src/test/java/com/lingniu/ingest/historyapp/PortainerComposeResourceLimitsTest.java b/modules/apps/vehicle-history-app/src/test/java/com/lingniu/ingest/historyapp/PortainerComposeResourceLimitsTest.java
index 086ac938..49239334 100644
--- a/modules/apps/vehicle-history-app/src/test/java/com/lingniu/ingest/historyapp/PortainerComposeResourceLimitsTest.java
+++ b/modules/apps/vehicle-history-app/src/test/java/com/lingniu/ingest/historyapp/PortainerComposeResourceLimitsTest.java
@@ -687,7 +687,8 @@ class PortainerComposeResourceLimitsTest {
.contains("MANAGEMENT_HEALTH_REDIS_ENABLED\n false")
.contains("/tmp/lingniu-" + serviceName + "-live/")
.doesNotContain("VEHICLE_IDENTITY_STORE")
- .doesNotContain("KAFKA_ENABLED");
+ .doesNotContain("KAFKA_ENABLED")
+ .doesNotContain("TDENGINE_INITIALIZE_SCHEMA");
}
private static String serviceBlock(String compose, String serviceName) {