mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-04 19:29:49 -06:00
Merge pull request #4960 from owncloud/ocis-readme
add a README to the ocis package
This commit is contained in:
22
ocis/README.md
Normal file
22
ocis/README.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# ocis
|
||||
|
||||
The ocis package contains the Infinite Scale runtime and the commands for the Infinite Scale cli.
|
||||
|
||||
## Service registry
|
||||
|
||||
This package also configures the service registry which will be used to look up the service addresses. It defaults to mDNS. Keep that in mind when using systems with mDNS disabled by default (i.e. SUSE).
|
||||
|
||||
Available registries are:
|
||||
|
||||
- nats
|
||||
- kubernetes
|
||||
- etcd
|
||||
- consul
|
||||
- memory
|
||||
- mdns (default)
|
||||
|
||||
To configure which registry to use, you have to set the environment variable `MICRO_REGISTRY`, and for all except `memory` and `mdns` you also have to set the registry address via `MICRO_REGISTRY_ADDRESS`.
|
||||
|
||||
### etcd
|
||||
|
||||
To authenticate the connection to the etcd registry, you have to set `ETCD_USERNAME` and `ETCD_PASSWORD`.
|
||||
Reference in New Issue
Block a user