-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
23 lines (18 loc) · 810 Bytes
/
.env.example
File metadata and controls
23 lines (18 loc) · 810 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# PyPI Publishing Credentials
# Copy this file to .env and fill in your actual tokens
# .env is gitignored and will not be committed
# PyPI API Token (for production releases)
# Get your token at: https://pypi.org/manage/account/token/
TWINE_USERNAME=__token__
TWINE_PASSWORD=pypi-your-token-here
# TestPyPI API Token (for testing releases)
# Get your token at: https://test.pypi.org/manage/account/token/
TEST_PYPI_USERNAME=__token__
TEST_PYPI_PASSWORD=pypi-your-test-token-here
# MLB Stats API Configuration (optional)
# Base path for saving API responses locally
PYMLB_STATSAPI__BASE_FILE_PATH=./.var/local/mlb_statsapi
# API Schema Version (optional, defaults to 1.0)
PYMLB_STATSAPI__SCHEMA_VERSION=1.0
# S3 Configuration (optional, for S3 URI generation)
# PYMLB_STATSAPI__S3_BUCKET=your-bucket-name