From e98ac37f1c6b2f8097bf325c51b8e9d8cbc97219 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=80=A7=E9=A9=8A?= Date: Tue, 8 Apr 2025 01:06:12 +0000 Subject: [PATCH] =?UTF-8?q?=E5=88=AA=E9=99=A4=20etc/product.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- etc/product.yaml | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 etc/product.yaml diff --git a/etc/product.yaml b/etc/product.yaml deleted file mode 100644 index a4da31d..0000000 --- a/etc/product.yaml +++ /dev/null @@ -1,29 +0,0 @@ -Name: product.rpc -ListenOn: 0.0.0.0:8080 -Etcd: - Hosts: - - 127.0.0.1:2379 - Key: product.rpc - -Cache: - - Host: 127.0.0.1:6379 - type: node -CacheExpireTime: 1s -CacheWithNotFoundExpiry: 1s - -Mongo: - Schema: mongodb+srv - Host: dev.pwj5m.mongodb.net - User: "service" - Password: "lReiYk7GRjH4RUqH" - Port: "27017" - Database: digimon_member - ReplicaName: "rs0" - MaxStaleness: 30m - MaxPoolSize: 30 - MinPoolSize: 10 - MaxConnIdleTime: 30m - Compressors: - - f - EnableStandardReadWriteSplitMode: true - ConnectTimeoutMs : 300 \ No newline at end of file