FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
allthingslinux/.env.secrets.prod.example at main · allthingslinux/allthingslinux · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Mar 24, 2026. It is now read-only.
allthingslinux
/
allthingslinux
Public archive
forked from
9vlc/allthingslinux
Notifications
You must be signed in to change notification settings
Fork
1
Star
12
Code
Issues
2
Pull requests
11
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Security and quality
Insights
Expand file tree
Breadcrumbs
allthingslinux
/
.env.secrets.prod.example
Copy path
More file actions
More file actions
Latest commit
History
History
History
18 lines (16 loc) · 828 Bytes
Breadcrumbs
allthingslinux
/
.env.secrets.prod.example
Copy path
File metadata and controls
18 lines (16 loc) · 828 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Production Environment Secrets (Production QuickBooks)
# This file is used by `pnpm run secrets:prod`
# Core integrations
GITHUB_TOKEN="your_github_token_here"
MONDAY_API_KEY="your_monday_api_key_here"
MONDAY_BOARD_ID="your_monday_board_id_here"
DISCORD_WEBHOOK_URL="your_discord_webhook_url_here"
TRIGGER_SECRET_KEY="your_trigger_secret_key_here"
# QuickBooks PRODUCTION credentials (for production)
# QUICKBOOKS_ADMIN_KEY: Generate a secure random key for admin operations (e.g., openssl rand -hex 32)
QUICKBOOKS_CLIENT_ID="your_production_client_id_here"
QUICKBOOKS_CLIENT_SECRET="your_production_client_secret_here"
QUICKBOOKS_REFRESH_TOKEN="your_production_refresh_token_here"
QUICKBOOKS_REALM_ID="your_production_realm_id_here"
QUICKBOOKS_ENVIRONMENT="production"
QUICKBOOKS_ADMIN_KEY="your_production_admin_key_here"
Back
|
FazBrowse Home
|
New Git URL