-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
24 lines (21 loc) · 852 Bytes
/
Copy path.env.example
File metadata and controls
24 lines (21 loc) · 852 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Credentials for the local validation tools. Copy to .env and fill in.
# .env is gitignored. Nothing here is read by the library itself -- only by
# the scripts in tools/.
#
# Accounts are named. Every tool takes --account <name>:
#
# uv run python tools/diagnose.py --account david
# uv run python tools/snapshot.py --account examplelane
#
# Naming them matters because the same valve looks different through an owner
# login than through a shared one -- different display name, different
# notification preferences -- and comparing the two is the point.
# Shared account with access to every valve.
FLOLOGIC_DAVID_EMAIL=
FLOLOGIC_DAVID_PASSWORD=
# Owner account for the Example Lane valves.
FLOLOGIC_EXAMPLELANE_EMAIL=
FLOLOGIC_EXAMPLELANE_PASSWORD=
# Owner account for the Sample Road valve.
FLOLOGIC_SAMPLE_EMAIL=
FLOLOGIC_SAMPLE_PASSWORD=