Add example configs
This commit is contained in:
@@ -1 +1,2 @@
|
|||||||
ocs.yml
|
ocs.yml
|
||||||
|
ocs.json
|
||||||
|
|||||||
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"debug": {
|
||||||
|
"addr": "0.0.0.0:8280",
|
||||||
|
"token": "",
|
||||||
|
"pprof": false
|
||||||
|
},
|
||||||
|
"http": {
|
||||||
|
"addr": "0.0.0.0:8290",
|
||||||
|
"root": "/"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,8 +1,11 @@
|
|||||||
---
|
---
|
||||||
server:
|
server:
|
||||||
addr: 0.0.0.0:8280
|
addr: 0.0.0.0:8280
|
||||||
|
token:
|
||||||
|
pprof: false
|
||||||
|
|
||||||
metrics:
|
metrics:
|
||||||
addr: 0.0.0.0:8290
|
addr: 0.0.0.0:8290
|
||||||
|
root: /
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|||||||
Reference in New Issue
Block a user