mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-06-19 21:39:02 -04:00
Add example configs
This commit is contained in:
2
config/.gitignore
vendored
2
config/.gitignore
vendored
@@ -1,2 +1,4 @@
|
||||
phoenix.yml
|
||||
phoenix.json
|
||||
|
||||
config.json
|
||||
|
||||
17
config/example.json
Normal file
17
config/example.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"debug": {
|
||||
"addr": "0.0.0.0:8090",
|
||||
"token": "",
|
||||
"pprof": false
|
||||
},
|
||||
"http": {
|
||||
"addr": "0.0.0.0:8080",
|
||||
"root": "/"
|
||||
},
|
||||
"asset": {
|
||||
"path": ""
|
||||
},
|
||||
"config": {
|
||||
"file": ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user