-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
21 lines (19 loc) · 972 Bytes
/
Copy path.env.example
File metadata and controls
21 lines (19 loc) · 972 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
## =============================================================================
## ROBOSYSTEMS XBRL HOLON — ENVIRONMENT CONFIGURATION
## =============================================================================
##
## Template for local configuration, with example values.
##
## IMPORTANT: This file is committed to git. `just install` copies it to `.env`
## (gitignored) on first run, and every command then loads `.env` automatically.
##
## SETUP: usually automatic via `just install`. To do it by hand:
## cp .env.example .env
##
## =============================================================================
# SEC EDGAR fair-access requires a descriptive User-Agent that identifies you
# with contact info, or SEC throttles requests (empty responses / HTTP 429).
SEC_GOV_USER_AGENT=Your Name your@email.com
# Optional: override the on-disk cache location (Arelle taxonomy cache, etc.).
# Defaults to ~/.cache/xbrlkit.
# XBRL_HOLON_CACHE_DIR=/path/to/cache