Browse Source

Drop database environment requirements from .env files

dev
David Ludwig 4 years ago
parent
commit
d13e4454c9
3 changed files with 0 additions and 23 deletions
  1. +0
    -9
      services/request/.env.example
  2. +0
    -9
      services/seeker/.env.example
  3. +0
    -5
      services/torrent/.env.example

+ 0
- 9
services/request/.env.example View File

@ -17,15 +17,6 @@ TVDB_KEY_FILE = /run/secrets/tvdb_key
TVDB_PIN_FILE = /run/secrets/tvdb_pin TVDB_PIN_FILE = /run/secrets/tvdb_pin
TVDB_REFRESH_PERIOD = 480 # (8 hours) How frequently to refresh the token (in minutes) TVDB_REFRESH_PERIOD = 480 # (8 hours) How frequently to refresh the token (in minutes)
# Database -----------------------------------------------------------------------------------------
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 --------------------------------------------------------------------------------------- # Interfaces ---------------------------------------------------------------------------------------
# Seeker IPC socket path # Seeker IPC socket path


+ 0
- 9
services/seeker/.env.example View File

@ -1,11 +1,2 @@
# Seeker socket path # Seeker socket path
IPC_SOCKET_PATH = /var/autoplex/ipc/seeker.sock IPC_SOCKET_PATH = /var/autoplex/ipc/seeker.sock
# Database -----------------------------------------------------------------------------------------
DB_TYPE = mysql
DB_HOST = database
DB_PORT = 3306
DB_USER = root
DB_PASSWORD_FILE = /run/secrets/mysql_root_password
DB_DATABASE = autoplex_request

+ 0
- 5
services/torrent/.env.example View File

@ -1,5 +0,0 @@
DB_HOST = database
DB_PORT = 3306
DB_USER = root
DB_PASSWORD_FILE = /run/secrets/mysql_root_password
DB_DATABASE = autoplex_torrent

Loading…
Cancel
Save