geostat/config_user_example.h

11 wiersze
194 B
C
Czysty Zwykły widok Historia

2019-09-08 16:42:10 +00:00
#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 };