Bladeren bron

BETA: LF -> CRLF in two config files, thanks Raikkon35.

MELERIX 13 jaren geleden
bovenliggende
commit
a145aca5cf
2 gewijzigde bestanden met toevoegingen van 90 en 90 verwijderingen
  1. 65 65
      L2J_Server_BETA/java/config/email.properties
  2. 25 25
      L2J_Server_BETA/java/config/security.properties

+ 65 - 65
L2J_Server_BETA/java/config/email.properties

@@ -1,65 +1,65 @@
-# ---------------------------------------------------------------------------
-# Email Settings
-# ---------------------------------------------------------------------------
-# The defaults are set to be retail-like. If you modify any of these settings your server will deviate from being retail-like.
-# Warning: 
-# Please take extreme caution when changing anything. Also please understand what you are changing before you do so on a live server.
-# ---------------------------------------------------------------------------
-# Server Information
-# ---------------------------------------------------------------------------
-
-# Server Name
-# Default: Unconfigured L2J Server
-ServerInfoName = Unconfigured L2J Server
-
-# Contact Address
-# Default: info@unconfl2j.com
-ServerInfoAddress = info@myl2jserver.com
-
-# ---------------------------------------------------------------------------
-# E-mail System Settings
-# ---------------------------------------------------------------------------
-
-# Enable Email System
-# Default: False
-EmailSystemEnabled = False
-
-# Select Query for Email Addresses
-# Default: SELECT value FROM account_data WHERE account_name=? AND var='email_addr'
-EmailDBSelectQuery = SELECT value FROM account_data WHERE account_name=? AND var='email_addr'
-
-# Email Address Field
-# Default: value
-EmailDBField = value
-
-# Mail Server Host
-# Default: smtp.gmail.com
-SmtpServerHost = smtp.gmail.com
-
-# Mail Server Port
-# Default: 465
-SmtpServerPort = 465
-
-# Auth SMTP
-# Default: True
-SmtpAuthRequired = True
-
-# Mail Socket Factory
-# Default: javax.net.ssl.SSLSocketFactory
-SmtpFactory = javax.net.ssl.SSLSocketFactory
-
-# Mail Factory Callback
-# Default: False
-SmtpFactoryCallback = False
-
-# Mail Server Auth - Username
-# Default: exampleuser
-SmtpUsername = user@gmail.com
-
-# Mail Server Auth - Password
-# Default: examplepass
-SmtpPassword = password
-
-# Mail Address
-# Default: None
-EmailSystemAddress = noreply@myl2jserver.com
+# ---------------------------------------------------------------------------
+# Email Settings
+# ---------------------------------------------------------------------------
+# The defaults are set to be retail-like. If you modify any of these settings your server will deviate from being retail-like.
+# Warning: 
+# Please take extreme caution when changing anything. Also please understand what you are changing before you do so on a live server.
+# ---------------------------------------------------------------------------
+# Server Information
+# ---------------------------------------------------------------------------
+
+# Server Name
+# Default: Unconfigured L2J Server
+ServerInfoName = Unconfigured L2J Server
+
+# Contact Address
+# Default: info@unconfl2j.com
+ServerInfoAddress = info@myl2jserver.com
+
+# ---------------------------------------------------------------------------
+# E-mail System Settings
+# ---------------------------------------------------------------------------
+
+# Enable Email System
+# Default: False
+EmailSystemEnabled = False
+
+# Select Query for Email Addresses
+# Default: SELECT value FROM account_data WHERE account_name=? AND var='email_addr'
+EmailDBSelectQuery = SELECT value FROM account_data WHERE account_name=? AND var='email_addr'
+
+# Email Address Field
+# Default: value
+EmailDBField = value
+
+# Mail Server Host
+# Default: smtp.gmail.com
+SmtpServerHost = smtp.gmail.com
+
+# Mail Server Port
+# Default: 465
+SmtpServerPort = 465
+
+# Auth SMTP
+# Default: True
+SmtpAuthRequired = True
+
+# Mail Socket Factory
+# Default: javax.net.ssl.SSLSocketFactory
+SmtpFactory = javax.net.ssl.SSLSocketFactory
+
+# Mail Factory Callback
+# Default: False
+SmtpFactoryCallback = False
+
+# Mail Server Auth - Username
+# Default: exampleuser
+SmtpUsername = user@gmail.com
+
+# Mail Server Auth - Password
+# Default: examplepass
+SmtpPassword = password
+
+# Mail Address
+# Default: None
+EmailSystemAddress = noreply@myl2jserver.com

+ 25 - 25
L2J_Server_BETA/java/config/security.properties

@@ -1,25 +1,25 @@
-# ---------------------------------------------------------------------------
-# Security Settings
-# ---------------------------------------------------------------------------
-# The defaults are set to be retail-like. If you modify any of these settings your server will deviate from being retail-like.
-# Warning: 
-# Please take extreme caution when changing anything. Also please understand what you are changing before you do so on a live server.
-# ---------------------------------------------------------------------------
-# Secondary Auth Settings
-# ---------------------------------------------------------------------------
-
-# Enable Secondary Authentication on Character Select
-# Default: False
-SecondAuthEnabled = False
-
-# Max Attempts for Second Auth Password
-# Default: 5
-SecondAuthMaxAttempts = 5
-
-# Ban time if user reach SecondAuthMaxAttempts (in minutes)
-# Default: 480
-SecondAuthBanTime = 480
-
-# Password Recovery Link
-# Default: http://www.example.com/l2j/charPassRec.php
-SecondAuthRecoveryLink = http://www.example.com/l2j/charPassRec.php
+# ---------------------------------------------------------------------------
+# Security Settings
+# ---------------------------------------------------------------------------
+# The defaults are set to be retail-like. If you modify any of these settings your server will deviate from being retail-like.
+# Warning: 
+# Please take extreme caution when changing anything. Also please understand what you are changing before you do so on a live server.
+# ---------------------------------------------------------------------------
+# Secondary Auth Settings
+# ---------------------------------------------------------------------------
+
+# Enable Secondary Authentication on Character Select
+# Default: False
+SecondAuthEnabled = False
+
+# Max Attempts for Second Auth Password
+# Default: 5
+SecondAuthMaxAttempts = 5
+
+# Ban time if user reach SecondAuthMaxAttempts (in minutes)
+# Default: 480
+SecondAuthBanTime = 480
+
+# Password Recovery Link
+# Default: http://www.example.com/l2j/charPassRec.php
+SecondAuthRecoveryLink = http://www.example.com/l2j/charPassRec.php