## Copy this file to /private/.env and fill in real values.
## /private/.env must never be committed.

APP_ENV=local
APP_URL=http://localhost/gte
APP_BASE_PATH=/gte/public

DB_HOST=greengrowthasia.org
DB_PORT=3306
DB_NAME=greengro_wctaxreceipt767
DB_USER=greengro_userwctax8987
DB_PASS=6XC;AG7kQMfk


# Absolute filesystem path to the Google service account JSON key, kept
# outside the web root (e.g. C:\xampp\htdocs\gte\private\google-service-account.json
# on Windows, or /var/www/gte/private/google-service-account.json on Linux).
GOOGLE_SERVICE_ACCOUNT_JSON=C:\xampp\htdocs\gte\private\crm-document-storage-9d57e90b6587.json

# ID of the target Shared Drive (not "My Drive") the service account has been
# added to as a member — find it in the Shared Drive's URL after
# https://drive.google.com/drive/folders/
GOOGLE_DRIVE_SHARED_DRIVE_ID=0AIOdAegESkv6Uk9PVA

# SMTP config used to send sponsor-facing emails (approval + rejection).
SMTP_HOST=
SMTP_PORT=587
SMTP_USERNAME=
SMTP_PASSWORD=
# "tls" (STARTTLS, typically port 587) or "ssl" (implicit TLS, typically port 465).
SMTP_ENCRYPTION=tls
MAIL_FROM_ADDRESS=noreply@greengrowthasia.org
MAIL_FROM_NAME="GGAF Tax Exemption Receipt System"

# Internal Finance inbox that receives a copy of every approved receipt email.
FINANCE_NOTIFY_EMAIL=
