Advertisement
Guest User

Untitled

a guest
Sep 12th, 2016
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. [DEFAULT]
  2. # Set the logging level for the file:
  3. ## info = normal operation, only regular data, warnings, and errors will be shown.
  4. ## debug = debug operation, will attach extra data to warnings and errors.
  5. log_level = info
  6.  
  7. [everquest]
  8. # Specify the directory where EQ is
  9. # Example:
  10. # dir_path = C:\eq\
  11. dir_path = C:\Program Files (x86)\Everquest
  12.  
  13. # Specify the log file path to watch
  14. # Example:
  15. # log_file = C:\eq\logs\eqlog_Karael_phinigel.txt
  16. log_file = C:\Program Files (x86)\Everquest\Logs\eqlog_Rhaok_phinigel.txt
  17.  
  18. # Specify the channel to watch for eoeapp: messages
  19. # Example:
  20. # channel = eoetracking
  21. channel = eoetracking
  22.  
  23. [user]
  24. # Specify your username in order to upload data
  25. # Example:
  26. # username = Foo
  27. username = Rhaok
  28.  
  29. # Specify your password in order to upload data
  30. # Example:
  31. # password = Bar
  32. password = junk1234
  33.  
  34. [official]
  35. # Define the days of the week that are OFFICIAL days.
  36. # Example: Monday,Tuesday,Wednesday,Thursday
  37. # Would set the app to record official raids on Monday through Thursday
  38. # NOTE: The app will consider until 2 am local time on the NEXT DAY considered the same as the previous day.
  39. # So a raid entry on Friday at 12:05 AM would still be considered official if 'Thursday' was in the list
  40. days = Monday,Tuesday,Wednesday,Thursday
  41.  
  42. # Define the time (IN LOCAL TIME) when OFFICIAL raids start on OFFICIAL days specified above.
  43. # Example: 18:00
  44. # Would set the app to record official raids starting any time on or after 6:00 PM LOCAL TIME.
  45. start_time = 20:00
  46.  
  47. # Set this to True if you want to automatically upload completed events. Be VERY careful doing so, as
  48. # killing raid events the app recognizes during official hours raids WILL add an entry to the site, even if
  49. # there's another entry for the same event by someone else running the app.
  50. # Otherwise, set this to False and completed events will never be uploaded.
  51. # NOTE: Offhours events are *never* automatically uploaded.
  52. upload_event = Flase
  53.  
  54. [webservices]
  55. # Define the target server to do database operations. Can use IP or Fully-Qualified Domain Name (FQDN).
  56. # IP Example: http://66.232.96.73
  57. # FQDN Example: http://beta.eoeattendance.net
  58. server = http://66.232.96.73
  59. # server = http://127.0.0.1:5000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement