DB_TYPE = mysql
|
|
DB_HOST = database
|
|
DB_PORT = 3306
|
|
DB_USER = root
|
|
DB_PASSWORD_FILE = /run/secrets/mysql_root_password
|
|
DB_DATABASE = autoplex_request
|
|
|
|
SERVER_PORT = 3200
|
|
TORRENT_CLIENT_IPC_SOCKET = /tmp/torrent_client.sock
|