15 lines
349 B
Plaintext
15 lines
349 B
Plaintext
|
|
# 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
|
||
|
|
|
||
|
|
# Discord Webhook (optional - for notifications)
|
||
|
|
DISCORD_WEBHOOK_URL=
|
||
|
|
|
||
|
|
# Timezone (default: America/New_York)
|
||
|
|
TIMEZONE=America/New_York
|