forked from wso2/product-apim-tooling
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample_config.yaml
More file actions
35 lines (35 loc) · 1.02 KB
/
sample_config.yaml
File metadata and controls
35 lines (35 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
config:
http_request_timeout: 10000
export_directory: /home/wso2user/.wso2apictl/exported
kubernetes_mode: false
token_type: JWT
vcs_deletion_enabled: false
vcs_config_file_path: /home/wso2user/custom/vcs-config.yaml
vcs_source_repo_path: /home/wso2user/custom/source
vcs_deployment_repo_path: /home/wso2user/custom/deployment
tls-renegotiation-mode: never
environments:
sample-env1:
apim: https://localhost:9443
publisher: https://localhost:9443
devportal: https://localhost:9443
registration: https://localhost:9443
admin: https://localhost:9443
token: https://localhost:9443/oauth2/token
mi: https://localhost:9164
sample-env2:
apim: https://wso2am:9443
publisher: ""
devportal: ""
registration: ""
admin: ""
token: ""
mi: ""
sample-env3:
apim: ""
publisher: https://localhost:9443
devportal: https://localhost:9443
registration: https://localhost:9443
admin: https://localhost:9443
token: https://localhost:9443/oauth2/token
mi: ""