mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
some explanations for the different servers
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
f4cac010ae
commit
3e82973361
1 changed files with 4 additions and 4 deletions
|
@ -13,10 +13,10 @@ extern "C" {
|
|||
#include <stdbool.h>
|
||||
#endif
|
||||
|
||||
#define CLOUD_HOST_US "ssrf-cloud-us.subsurface-divelog.org"
|
||||
#define CLOUD_HOST_U2 "ssrf-cloud-u2.subsurface-divelog.org"
|
||||
#define CLOUD_HOST_EU "ssrf-cloud-eu.subsurface-divelog.org"
|
||||
#define CLOUD_HOST_E2 "ssrf-cloud-e2.subsurface-divelog.org"
|
||||
#define CLOUD_HOST_US "ssrf-cloud-us.subsurface-divelog.org" // preferred (faster/bigger) server in the US
|
||||
#define CLOUD_HOST_U2 "ssrf-cloud-u2.subsurface-divelog.org" // secondary (older) server in the US
|
||||
#define CLOUD_HOST_EU "ssrf-cloud-eu.subsurface-divelog.org" // preferred (faster/bigger) server in Germany
|
||||
#define CLOUD_HOST_E2 "ssrf-cloud-e2.subsurface-divelog.org" // secondary (older) server in Germany
|
||||
#define CLOUD_HOST_PATTERN "ssrf-cloud-..\\.subsurface-divelog\\.org"
|
||||
#define CLOUD_HOST_GENERIC "cloud.subsurface-divelog.org"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue