mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Add irc server setting to env.example file
This commit is contained in:
@@ -90,6 +90,7 @@ SSL_VERIFY_HOST=false
|
||||
SSL_ALLOW_SELF_SIGNED=true
|
||||
|
||||
SCRAPE_IRC_USERNAME=
|
||||
SCRAPE_IRC_SERVER=
|
||||
SCRAPE_IRC_PORT=
|
||||
SCRAPE_IRC_TLS=
|
||||
SCRAPE_IRC_PASSWORD=
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
2018-03-05 DariusIII
|
||||
* Chg: Add irc server setting to env.example file
|
||||
* Chg: Update ssl and irc settings handling
|
||||
* Chg: Update config settings handling
|
||||
* Chg: Remove last of the python requirements
|
||||
|
||||
@@ -15,7 +15,7 @@ return [
|
||||
* The IRC server to connect to.
|
||||
* @note If you have issues connecting=>head to https://www.synirc.net/servers and try another server.
|
||||
**********************************************************************************************************************/
|
||||
'scrape_irc_server' => 'irc.synirc.net',
|
||||
'scrape_irc_server' => env('SCRAPE_IRC_SERVER', 'irc.synirc.net'),
|
||||
|
||||
/***********************************************************************************************************************
|
||||
* This is the port to the IRC server.
|
||||
|
||||
Reference in New Issue
Block a user