Stop tracking .env configuration.

This commit is contained in:
rapturate
2026-06-09 15:58:36 -04:00
parent 92bdaee885
commit 8b39ddecac
5 changed files with 3 additions and 18 deletions

View File

@@ -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()) {