mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-16 09:09:51 -06:00
Add example configs
This commit is contained in:
1
config/.gitignore
vendored
1
config/.gitignore
vendored
@@ -1 +1,2 @@
|
||||
ocs.yml
|
||||
ocs.json
|
||||
|
||||
11
config/example.json
Normal file
11
config/example.json
Normal file
@@ -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:
|
||||
addr: 0.0.0.0:8280
|
||||
token:
|
||||
pprof: false
|
||||
|
||||
metrics:
|
||||
addr: 0.0.0.0:8290
|
||||
root: /
|
||||
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user