Research Labs

2026-09-17 20:36 UTCopen field data · live

inc/defaults.php

Snapshot 2026.09.17-a2894de (current) · 31 lines · 1,431 bytes · tree · plain text

SHA-256 ff9c255ceb0dd472a23cab678c1d131d654d6f16e9d4e52d1dc10106f7c9d6b9
1<?php
2/* Forward-compatibility layer: every setting has a safe default, so an older
3 config.php can never break a newer platform. config.php values override these. */
4$__D=function(string $k,$v){ if(!defined($k)) define($k,$v); };
5$__D('SITE_NAME','Districthive Research Labs');
6$__D('SITE_TAGLINE','The Skerðingsstaðir Experiment · live open field research');
7$__D('BASE_URL','');
8$__D('MAIN_SITE','https://districthive.com');
9$__D('PROSPECTUS','https://districthive.com/prospectus_iceland.html');
10$__D('CO_IS','DistrictHive ehf. · Austurvegur 4 · 800 Selfoss · Iceland · Reg. no. 700426-0250');
11$__D('CO_EE','Districthive OÜ (parent company) · Tallinn, Estonia');
12$__D('ALERT_EMAIL','team@districthive.com');
13$__D('ALERT_FROM','labs@districthive.com');
14$__D('ALERT_THROTTLE_HOURS',6);
15$__D('CONTACT_EMAIL','team@districthive.com');
16$__D('SITE_LAT','64.94200');
17$__D('SITE_LNG','-23.38183');
18$__D('MAP_ZOOM','6');
19$__D('HERO_IMAGE_URL','https://districthive.com/img/iceland2.jpg');
20$__D('AI_MODE','deterministic');
21$__D('AI_PROVIDER','anthropic');
22$__D('AI_ENDPOINT','http://localhost:11434/v1');
23$__D('AI_API_KEY','');
24$__D('AI_MODEL','claude-haiku-4-5-20251001');
25$__D('API_WEATHERLINK_KEY',''); $__D('API_WEATHERLINK_SECRET','');
26$__D('API_HYDROVU_CLIENT',''); $__D('API_HYDROVU_SECRET','');
27$__D('API_ECOCOUNTER_TOKEN',''); $__D('API_BUGG_TOKEN','');
28$__D('SQM_HOST','');
29$__D('CAM_SNAPSHOT_DIR','');
30unset($__D);
31

Lines can be cited as inc/defaults.php L120-L140, platform code 2026.09.17-a2894de; add #L120-L140 to this page's address to highlight them. Source shown for scrutiny of the research platform. All rights reserved. Not offered as installable software.