mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2025-12-30 08:50:49 -06:00
remove random default ports
Signed-off-by: Christian Richter <crichter@owncloud.com>
This commit is contained in:
@@ -64,9 +64,9 @@ We also suggest using the last port in your extensions' range as a debug/metrics
|
||||
| 9250-9254 | [ocis server (runtime)](https://github.com/owncloud/ocis/tree/master/ocis/pkg/runtime) |
|
||||
| 9255-9259 | [postprocessing]({{< ref "../postprocessing/_index.md" >}}) |
|
||||
| 9260-9264 | [clientlog]({{< ref "../clientlog/_index.md" >}}) |
|
||||
| 9265-9269 | FREE |
|
||||
| 9265-9269 | [clientlog]({{< ref "../clientlog/_index.md" >}}) |
|
||||
| 9270-9274 | [eventhistory]({{< ref "../eventhistory/_index.md" >}}) |
|
||||
| 9275-9279 | FREE |
|
||||
| 9275-9279 | [webfinger]({{< ref "../webfinger/_index.md" >}} |
|
||||
| 9280-9284 | [ocm]({{< ref "../ocm/_index.md" >}}) |
|
||||
| 9285-9289 | FREE |
|
||||
| 9290-9294 | FREE |
|
||||
|
||||
@@ -40,7 +40,7 @@ func DefaultConfig() *config.Config {
|
||||
RevaGateway: shared.DefaultRevaConfig().Address,
|
||||
DefaultLanguage: "en",
|
||||
HTTP: config.HTTP{
|
||||
Addr: "127.0.0.1:0",
|
||||
Addr: "127.0.0.1:9195",
|
||||
Root: "/",
|
||||
Namespace: "com.owncloud.web",
|
||||
CORS: config.CORS{
|
||||
|
||||
@@ -40,7 +40,7 @@ func DefaultConfig() *config.Config {
|
||||
TTL: 336 * time.Hour,
|
||||
},
|
||||
GRPC: config.GRPCConfig{
|
||||
Addr: "127.0.0.1:0",
|
||||
Addr: "127.0.0.1:9274",
|
||||
Namespace: "com.owncloud.api",
|
||||
},
|
||||
}
|
||||
|
||||
@@ -16,13 +16,13 @@ func FullDefaultConfig() *config.Config {
|
||||
func DefaultConfig() *config.Config {
|
||||
return &config.Config{
|
||||
Debug: config.Debug{
|
||||
Addr: "127.0.0.1:0", // :0 to pick any free local port
|
||||
Addr: "127.0.0.1:9269",
|
||||
Token: "",
|
||||
Pprof: false,
|
||||
Zpages: false,
|
||||
},
|
||||
HTTP: config.HTTP{
|
||||
Addr: "127.0.0.1:0", // :0 to pick any free local port
|
||||
Addr: "127.0.0.1:9265",
|
||||
Root: "/graph/v1.0",
|
||||
Namespace: "com.owncloud.web",
|
||||
CORS: config.CORS{
|
||||
|
||||
@@ -25,7 +25,7 @@ func DefaultConfig() *config.Config {
|
||||
Zpages: false,
|
||||
},
|
||||
HTTP: config.HTTPConfig{
|
||||
Addr: "127.0.0.1:0", // :0 to pick any free local port
|
||||
Addr: "127.0.0.1:19163",
|
||||
Namespace: "com.owncloud.web",
|
||||
Protocol: "tcp",
|
||||
Prefix: "",
|
||||
|
||||
@@ -18,7 +18,7 @@ func FullDefaultConfig() *config.Config {
|
||||
func DefaultConfig() *config.Config {
|
||||
return &config.Config{
|
||||
Debug: config.Debug{
|
||||
Addr: "127.0.0.1:9135",
|
||||
Addr: "127.0.0.1:9139",
|
||||
Token: "",
|
||||
},
|
||||
Service: config.Service{
|
||||
@@ -29,7 +29,7 @@ func DefaultConfig() *config.Config {
|
||||
Cluster: "ocis-cluster",
|
||||
},
|
||||
HTTP: config.HTTP{
|
||||
Addr: "127.0.0.1:0",
|
||||
Addr: "127.0.0.1:9135",
|
||||
Root: "/",
|
||||
Namespace: "com.owncloud.sse",
|
||||
CORS: config.CORS{
|
||||
|
||||
@@ -21,7 +21,7 @@ func FullDefaultConfig() *config.Config {
|
||||
func DefaultConfig() *config.Config {
|
||||
return &config.Config{
|
||||
Debug: config.Debug{
|
||||
Addr: "127.0.0.1:9210",
|
||||
Addr: "127.0.0.1:9214",
|
||||
Token: "",
|
||||
Pprof: false,
|
||||
Zpages: false,
|
||||
@@ -42,7 +42,7 @@ func DefaultConfig() *config.Config {
|
||||
},
|
||||
RevaGateway: shared.DefaultRevaConfig().Address,
|
||||
HTTP: config.HTTP{
|
||||
Addr: "127.0.0.1:0",
|
||||
Addr: "127.0.0.1:9210",
|
||||
Root: "/",
|
||||
Namespace: "com.owncloud.web",
|
||||
CORS: config.CORS{
|
||||
|
||||
@@ -19,13 +19,13 @@ func FullDefaultConfig() *config.Config {
|
||||
func DefaultConfig() *config.Config {
|
||||
return &config.Config{
|
||||
Debug: config.Debug{
|
||||
Addr: "127.0.0.1:0", // :0 to pick any free local port
|
||||
Addr: "127.0.0.1:9279",
|
||||
Token: "",
|
||||
Pprof: false,
|
||||
Zpages: false,
|
||||
},
|
||||
HTTP: config.HTTP{
|
||||
Addr: "127.0.0.1:0", // :0 to pick any free local port
|
||||
Addr: "127.0.0.1:9275",
|
||||
Root: "/",
|
||||
Namespace: "com.owncloud.web",
|
||||
CORS: config.CORS{
|
||||
|
||||
Reference in New Issue
Block a user