Skip to content
This repository was archived by the owner on Jun 12, 2019. It is now read-only.

Commit aef2a29

Browse files
change logging host to api.metis.wtf for staging
1 parent d796384 commit aef2a29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build_envs/staging_env.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
const std::string ENVIRONMENT = "staging";
88
const std::string CLIENT_ID = "f1f6e59f3f6f8ffecde29d34ad18f673";
99
const std::string API_URL = "https://api.metis.wtf/v1";
10-
const std::string LOGGING_URL = "https://argus.metis.wtf/logs/";
10+
const std::string LOGGING_URL = "https://api.metis.wtf/logs/";
1111
const std::string VASI_URL = "https://vasi.metis.wtf/";
1212

1313
#endif

0 commit comments

Comments
 (0)