Merge pull request #1373 from opencloud-eu/directly-call-frontend

directly connect to frontend
This commit is contained in:
Ralf Haferkamp
2025-08-21 09:10:41 +02:00
committed by GitHub

View File

@@ -86,7 +86,7 @@ func DefaultConfig() *config.Config {
},
Reva: shared.DefaultRevaConfig(),
DataServerURL: "http://localhost:9158/data",
DataGatewayURL: "https://localhost:9200/data",
DataGatewayURL: "http://localhost:9140/data",
RevaGatewayGRPCAddr: "127.0.0.1:9142",
TransferExpires: 86400,
UploadExpiration: 24 * 60 * 60,