geostat/config_user_example.h

11 wiersze
194 B
C++

#pragma once
// Default OCPL user to use when -u is not used
std::string ocpl_user_uuid = "";
// Consumer key for OCPL API
std::string ocpl_key = "";
// Home location
Cache::home = { 0, 0 };