Add irc server setting to env.example file

This commit is contained in:
DariusIII
2018-03-05 11:32:26 +01:00
parent c56b5891ad
commit eb2b1605c4
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -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
View File
@@ -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
+1 -1
View File
@@ -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.