mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-05-18 18:41:48 +02:00
There are now two dockerfiles. One for production, one for development. All configuration is now also handled through dotenv files, which these dotenv files, as well as the included VSCode launch tasks use.
14 lines
385 B
Plaintext
14 lines
385 B
Plaintext
# MariaDB
|
|
MARIADB_ROOT_PASSWORD=mariadb_root_password
|
|
MARIADB_ROOT_HOST=localhost
|
|
MARIADB_DATABASE=karaoqueue
|
|
MARIADB_USER=karaoqueue
|
|
MARIADB_PASSWORD=mariadb_karaoqueue_password
|
|
|
|
# Karaoqueue
|
|
DEPLOYMENT_PLATFORM=Docker
|
|
DBSTRING=mysql://karaoqueue:mariadb_karaoqueue_password@127.0.0.1:3306/karaoqueue
|
|
BASIC_AUTH_USERNAME=admin
|
|
BASIC_AUTH_PASSWORD=change_me
|
|
ENTRY_QUOTA=3
|
|
MAX_QUEUE=20 |