Stop tracking .env configuration.
This commit is contained in:
2
main.cpp
2
main.cpp
@@ -27,7 +27,7 @@ int main() {
|
||||
// ── 1. App State ─────────────────────────────────────────────────────────
|
||||
bool setup_complete = false;
|
||||
std::string log_file_path = "";
|
||||
std::string mmdb_path = "";
|
||||
std::string mmdb_path = "ip_data/GeoLite2-City.mmdb";
|
||||
std::string search_query = "";
|
||||
|
||||
if (check_for_env()) {
|
||||
|
||||
Reference in New Issue
Block a user