mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-30 18:56:16 +00:00
36 lines
1.4 KiB
Text
36 lines
1.4 KiB
Text
# Research Stack Environment Configuration
|
|
# Master secrets live in: API KEYS/.env (gitignored)
|
|
# This file is a template — copy to .env and fill in real values, or symlink to API KEYS/.env
|
|
|
|
# Linear API Configuration
|
|
LINEAR_API_KEY=your_linear_api_key_here
|
|
LINEAR_TEAM_ID=3c8c51e6-3f24-4999-8fe6-3e097468bf6c
|
|
|
|
# Notion API Configuration
|
|
NOTION_API_KEY=your_notion_api_key_here
|
|
NOTION_DATABASE_ID=your_notion_database_id_here
|
|
|
|
# Environment
|
|
NODE_ENV=development
|
|
|
|
# Database Paths
|
|
SUBSTRATE_INDEX_DB=/home/allaun/Documents/Research Stack/data/substrate_index.db
|
|
MATH_ENTITIES_DB=/home/allaun/Documents/Research Stack/data/math_entities.db
|
|
|
|
# ENE Security
|
|
ENE_SECRET_KEY=your_ene_secret_key_here
|
|
ENE_ENCRYPTION_KEY=your_base64_encoded_encryption_key_here
|
|
|
|
# Topological Engine (NoDupeLabs private connector)
|
|
TOPOLOGICAL_ENGINE_URL=http://localhost:3000
|
|
TOPOLOGICAL_ENGINE_TOKEN=long-random-private-token-at-least-32-chars
|
|
OBSIDIAN_VAULT_PATH=/home/allaun/Documents/Research Stack/Obdisidan connector
|
|
OBSIDIAN_LAKE_PATH=/home/allaun/Documents/Research Stack/data/obsidian_lake.jsonl
|
|
NEO4J_URI=bolt://127.0.0.1:7687
|
|
NEO4J_USER=neo4j
|
|
NEO4J_PASSWORD=use-a-local-secret-manager
|
|
|
|
# Wolfram Alpha API — one App ID covers both endpoints:
|
|
# v2/query : http://api.wolframalpha.com/v2/query (structured pods)
|
|
# v1/llm-api : https://www.wolframalpha.com/api/v1/llm-api (LLM-optimized text)
|
|
WOLFRAM_ALPHA_APPID=your_wolfram_alpha_appid_here
|