-
-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy pathenv.sample
More file actions
19 lines (19 loc) · 762 Bytes
/
Copy pathenv.sample
File metadata and controls
19 lines (19 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 10xProductivity — private .env
#
# Do NOT copy a giant template here. Each tool documents its own variables in:
# tool_connections/{tool}/setup.md (and connection-*.md for details)
#
# During setup, the agent appends only the blocks for tools you connect.
#
# Private files live outside the public repo by default:
# ~/.10xProductivity/.env
#
# To use a different private directory:
# export TENX_PRIVATE_DIR=/absolute/path/to/private/10xProductivity
#
# Create an empty private env file to start:
# mkdir -p "${TENX_PRIVATE_DIR:-$HOME/.10xProductivity}"
# touch "${TENX_PRIVATE_DIR:-$HOME/.10xProductivity}/.env"
#
# Or copy this single line if your shell needs a file to exist:
# # (add variables from each tool's setup.md as you connect them)