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