# Textra API Credentials and Settings
# Obtain these from your Textra account/dashboard.
# Required: Your Textra API Key
TEXTRA_API_KEY=
# Required: Your Textra API Secret
TEXTRA_API_SECRET=
# Required: Your Textra Login ID (e.g., "hokupod")
TEXTRA_USER_NAME=
# Optional: Override the default Japanese to English translation API endpoint URL
# Default is "https://mt-auto-minhon-mlt.ucri.jgn-x.jp/api/mt/generalNT_ja_en/"
# TEXTRA_JA_EN_API_URL=
# Optional: Override the default OAuth 2.0 token endpoint URL
# Default is "https://mt-auto-minhon-mlt.ucri.jgn-x.jp/oauth2/token.php"
# TEXTRA_TOKEN_URL=