2026-01-23 21:16:29 -05:00
|
|
|
# Tinker Tickets Environment Configuration
|
|
|
|
|
# Copy this file to .env and fill in your values
|
|
|
|
|
|
|
|
|
|
# Database Configuration
|
|
|
|
|
DB_HOST=10.10.10.50
|
|
|
|
|
DB_USER=tinkertickets
|
|
|
|
|
DB_PASS=your_password_here
|
|
|
|
|
DB_NAME=ticketing_system
|
|
|
|
|
|
2026-02-21 19:17:46 -05:00
|
|
|
# Matrix Webhook (optional - for notifications via matrix-hookshot)
|
|
|
|
|
# Set to your hookshot generic webhook URL, e.g.:
|
|
|
|
|
# https://matrix.lotusguild.org/webhook/<uuid>
|
|
|
|
|
MATRIX_WEBHOOK_URL=
|
2026-01-23 21:16:29 -05:00
|
|
|
|
2026-02-21 19:17:46 -05:00
|
|
|
# Matrix users to @mention on every new ticket (comma-separated Matrix user IDs)
|
|
|
|
|
# e.g. @jared:matrix.lotusguild.org,@alice:matrix.lotusguild.org
|
|
|
|
|
MATRIX_NOTIFY_USERS=
|
|
|
|
|
|
|
|
|
|
# Application Domain (required for Matrix webhook ticket links)
|
2026-02-05 10:24:00 -05:00
|
|
|
# Set this to your public domain (e.g., t.lotusguild.org)
|
|
|
|
|
APP_DOMAIN=
|
|
|
|
|
|
|
|
|
|
# Allowed Hosts for HTTP_HOST validation (comma-separated)
|
|
|
|
|
# Include all domains that can access this application
|
|
|
|
|
ALLOWED_HOSTS=localhost,127.0.0.1
|
|
|
|
|
|
2026-01-23 21:16:29 -05:00
|
|
|
# Timezone (default: America/New_York)
|
|
|
|
|
TIMEZONE=America/New_York
|