Fix install O2 on subcloud failed
[pti/o2.git] / configs / o2app.conf
1 [DEFAULT]
2
3 ocloud_global_id = 4e24b97c-8c49-4c4f-b53e-3de5235a4e37
4
5 smo_register_url = http://127.0.0.1:8090/register
6 smo_token_data = smo_token_payload
7
8 auth_provider = oauth2
9
10 [OAUTH2]
11 # support OAuth2.0
12
13 # oauth2 token verify type: jwt or introspection
14 oauth2_verify_type =
15 # oauth2 public key
16 oauth2_public_key =
17 # oauth2 encryption asymmetric algorithm
18 oauth2_algorithm =
19
20 # oauth2 jwt token introspection endpoint, required if oauth2_verify_type = introspection
21 oauth2_introspection_endpoint =
22 # required if oauth2_verify_type = introspection
23 oauth2_client_id =
24 # required if oauth2_verify_type = introspection
25 oauth2_client_secret =
26
27 [OCLOUD]
28 OS_AUTH_URL =
29 OS_USERNAME =
30 OS_PASSWORD =
31 API_HOST_EXTERNAL_FLOATING =
32
33 [API]
34 # support native_k8sapi,sol018,sol018_helmcli
35 # if the value is black, then native_k8sapi will set by default
36 DMS_SUPPORT_PROFILES =
37
38 [WATCHER]
39
40 [PUBSUB]