2019-09-08 16:42:10 +00:00
|
|
|
#pragma once
|
|
|
|
|
2020-01-01 23:37:28 +00:00
|
|
|
// Default OC user to use when command line switches are not used
|
2019-09-08 16:42:10 +00:00
|
|
|
std::string ocpl_user_uuid = "";
|
2020-01-01 23:37:28 +00:00
|
|
|
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 = "";
|
2019-09-08 16:42:10 +00:00
|
|
|
|
2020-01-01 23:37:28 +00:00
|
|
|
// Consumer key for OKAPI instances
|
2019-09-08 16:42:10 +00:00
|
|
|
std::string ocpl_key = "";
|
2020-01-01 23:37:28 +00:00
|
|
|
std::string ocde_key = "";
|
|
|
|
std::string ocus_key = "";
|
|
|
|
std::string ocnl_key = "";
|
|
|
|
std::string ocro_key = "";
|
|
|
|
std::string ocuk_key = "";
|
2019-09-08 16:42:10 +00:00
|
|
|
|
|
|
|
// Home location
|
|
|
|
Cache::home = { 0, 0 };
|