package examples
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
Value Members
- object AdvertsModule
- object CommandLineShop
-
object
EtcdConfigApplication extends App
Start etcd before running.
Start etcd before running. Run docker command, it will start etcd on 127.0.0.1:2379 without authentication: sudo docker run -e ALLOW_NONE_AUTHENTICATION=yes -p 2379:2379 bitnami/etcd:latest For run with authentication: sudo docker run -e ETCD_ROOT_PASSWORD=test -p 2379:2379 bitnami/etcd:latest
- object EtcdConfigMutateConfig extends App
- object FillConfig
- object StoreModule
- object TypesafeConfigApplication extends App with LazyLogging