Begin documenation for configuration

This commit is contained in:
Nico Schottelius 2019-10-12 19:13:36 +02:00
parent 7e4e2f0a22
commit c0b16fbb45
2 changed files with 47 additions and 0 deletions

View File

@ -0,0 +1,46 @@
title: How to configure ucloud
---
body:
**THIS SITE IS UNDER CONSTRUCTION**
![under construction](/underconstruction.jpg)
## Introduction
In ucloud **etcd** is the main storage backend. All ucloud components
need to be able to access etcd.!
## Base configuration
The main configuration is **/etc/ucloud/ucloud.json**.
```
{
"etcd": {
...
}
}
```
* The etcd
object contains the host, port and other configurations. Lookup
the [python-etcd3
documentation](https://python-etcd3.readthedocs.io/en/latest/usage.html)
for details.
## etcd based configuration REFERENCE
### ucloud-core
Contains:
* OTP_SERVER=https://the-otp-server/ungleichotp/
* OTP_AUTH_NAME=xxxxxxxx
* OTP_AUTH_SEED=xxxxxxxx
* OTP_AUTH_REALM=xxxxxxxx
### /ucloud-pay/stripe-private-key
Contains the private key for communication with stripe.

View File

@ -21,3 +21,4 @@ Checkout how the [development of ucloud started](https://redmine.ungleich.ch/iss
## Documentation that we are working on right now ## Documentation that we are working on right now
* [How to install ucloud](/install) * [How to install ucloud](/install)
* [How to configure ucloud](/configure)