We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc3cb90 commit 931b6d2Copy full SHA for 931b6d2
src/client/resources/ydb_ca.cpp
@@ -5,7 +5,7 @@
5
namespace NYdb::inline V3 {
6
7
std::string GetRootCertificate() {
8
- return NResource::Find("ydb_root_ca_v3.pem");
+ return NResource::Find("ydb_root_ca_dev.pem");
9
}
10
11
-} // namespace NYdb
+} // namespace NYdb
src/client/resources/ydb_resources.cpp
@@ -29,7 +29,7 @@ const char* YDB_CLIENT_CAPABILITY_SESSION_BALANCER = "session-balancer";
29
30
31
std::string GetSdkSemver() {
32
- return NResource::Find("ydb_sdk_version_v3.txt");
+ return NResource::Find("ydb_sdk_version_dev.txt");
33
34
35
} // namespace NYdb
0 commit comments