Skip to content

Commit de27ab4

Browse files
committed
fixes #92 Add a default service.yml so users won't need to customize it
1 parent 45ea618 commit de27ab4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# this is the default service.yml for the lambda-native.
2+
singletons:
3+
- com.networknt.registry.URL:
4+
- com.networknt.registry.URLImpl
5+
- com.networknt.registry.Registry:
6+
- com.networknt.registry.support.DirectRegistry
7+
- com.networknt.balance.LoadBalance:
8+
- com.networknt.balance.RoundRobinLoadBalance
9+
- com.networknt.cluster.Cluster:
10+
- com.networknt.cluster.LightCluster
11+
- com.networknt.cache.CacheManager:
12+
- com.networknt.cache.CaffeineCacheManager

0 commit comments

Comments
 (0)