-
-
Notifications
You must be signed in to change notification settings - Fork 135
Expand file tree
/
Copy path.env.example
More file actions
23 lines (18 loc) · 881 Bytes
/
.env.example
File metadata and controls
23 lines (18 loc) · 881 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copy this file to .env and customize values for your local environment.
# The .env file is ignored by git.
# Required workspace paths
PUDL_INPUT=/absolute/path/to/pudl-input
PUDL_OUTPUT=/absolute/path/to/pudl-output
DAGSTER_HOME=/absolute/path/to/dagster-home
# Logging controls (read by pudl.logging_helpers.configure_root_logger)
PUDL_LOGLEVEL=INFO
PUDL_COLOR_LOGS=true
# Optional: write logs to a file in addition to console output.
# Leave unset for console-only logging.
# PUDL_LOGFILE=/absolute/path/to/pudl/logs/pudl.log
# Optional: don't try and use intersphinx to link to external documentation
# during the docs build -- it can be flaky and isn't required for most docs edits.
# PUDL_DOCS_DISABLE_INTERSPHINX=1
# Optional: don't remove generated rst files after the docs build. Can be helpful
# when debugging formatting errors.
# PUDL_DOCS_KEEP_GENERATED_FILES=1