Advertisement
Guest User

Untitled

a guest
Nov 5th, 2015
592
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.48 KB | None | 0 0
  1. {
  2.    
  3.     "MailConf"  : [
  4.         "***@gmail.com",  
  5.         "password",      
  6.         "smtp.gmail.com",
  7.         "587"
  8.     ],
  9.    
  10.     "MailTo"    : [
  11.         "***@gmail.com",    
  12.         "***@yandex.ru"
  13.     ],
  14.    
  15.     "Types"     : [
  16.         "Debug",
  17.         "Info",
  18.         "Warn",
  19.         "Error",
  20.         "Fatal"
  21.     ],
  22.  
  23.     "EmailSend" : [
  24.         "Error",
  25.         "Fatal"
  26.     ],
  27.  
  28.     "Redis" : [
  29.         "localhost:6379",
  30.         "password",
  31.         "log_"
  32.     ],
  33.  
  34.     "MysqlConnect" : [
  35.         "root",
  36.         "password",
  37.         "log"
  38.     ],
  39.  
  40.     "MysqlTable" : "log",
  41.     "ReplicationTimeSecond" : 320
  42.  
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement