kopia lustrzana https://gitlab.com/tomaszg/geostat
21 wiersze
519 B
C++
21 wiersze
519 B
C++
#pragma once
|
|
|
|
// Default OC user to use when command line switches are not used
|
|
std::string ocpl_user_uuid = "";
|
|
std::string ocde_user_uuid = "";
|
|
std::string ocus_user_uuid = "";
|
|
std::string ocnl_user_uuid = "";
|
|
std::string ocro_user_uuid = "";
|
|
std::string ocuk_user_uuid = "";
|
|
|
|
// Consumer key for OKAPI instances
|
|
std::string ocpl_key = "";
|
|
std::string ocde_key = "";
|
|
std::string ocus_key = "";
|
|
std::string ocnl_key = "";
|
|
std::string ocro_key = "";
|
|
std::string ocuk_key = "";
|
|
|
|
// Home location
|
|
Cache::home = { 0, 0 };
|