envoi du script
This commit is contained in:
24
autopost/conf.sh
Normal file
24
autopost/conf.sh
Normal file
@@ -0,0 +1,24 @@
|
||||
#!/bin/bash
|
||||
#CONFIG A MODIF
|
||||
URL_API="A NOUS DEMANDER SUR DISCORD"
|
||||
APIKEY="A RETROUVER DANS VOTRE PROFIL"
|
||||
DB_FILE="/home/$USER/autopost/base_autopost.db"
|
||||
DOSSIER_GLOBAL="/home/$USER/"
|
||||
DOSSIER_NFO="/home/$USER/autopost/mediainfo/"
|
||||
DOSSIER_NZB_ATTENTE="/home/$USER/ATTENTE/"
|
||||
DOSSIER_NZB_FINAL="/home/$USER/FINIS/"
|
||||
|
||||
#CONFIG GLOBAL
|
||||
SCREEN_NAME="autopost"
|
||||
SCRIPT_PATH="/home/$USER/autopost/posteur.sh"
|
||||
ANALYZER="/home/$USER/autopost/analyzer.php"
|
||||
|
||||
#CONFIG FOURNISSEUR USENET DE POST
|
||||
NG_HOST=""
|
||||
NG_PORT=""
|
||||
NG_USER=""
|
||||
NG_PASS=""
|
||||
NG_NBR_CONN=""
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user