This repository has been archived on 2025-06-09. You can view files and clone it, but cannot push or open issues or pull requests.

19 lines
374 B
Bash
Raw Normal View History

2025-05-29 11:23:06 +08:00
# Project
PROJECT_NAME=ktvcentral
APP_DOMAIN=https://ktvcentral.test
LETSENCRYPT_EMAIL=you@example.com
# Git
GIT_REPO_URL=http://47.251.18.130:3000/Leecheng/KTVCentral.git
# Database
DB_DATABASE=Karaoke-Kingpin
DB_USERNAME=Karaoke-Kingpin
DB_PASSWORD=ESM7yTPMnavFmbBH
# Redis
REDIS_HOST=redis
REDIS_PORT=6379
QUEUE_CONNECTION=redis
CACHE_DRIVER=redis
SESSION_DRIVER=redis