You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# Application key to sign stuff
|
|
APP_KEY_FILE = /run/secrets/app_key
|
|
|
|
# Database credentials
|
|
DB_TYPE = mysql
|
|
DB_HOST = database
|
|
DB_PORT = 3306
|
|
DB_USER = root
|
|
DB_PASSWORD_FILE = /run/secrets/mysql_root_password
|
|
DB_DATABASE = autoplex_request
|
|
|
|
# Interfaces ---------------------------------------------------------------------------------------
|
|
|
|
# Torrent client IPC socket path
|
|
TORRENT_CLIENT_IPC_SOCKET = /tmp/torrent_client.sock
|
|
|
|
# Web server port
|
|
WEBSERVER_PORT = 3200
|
|
|
|
# Discord bot token
|
|
DISCORD_BOT_TOKEN =
|