Advertisement
Guest User

amp.config

a guest
Dec 10th, 2016
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. #AMP Configuration File
  2. ################################
  3. #DO NOT EDIT WHILE AMP IS RUNNING
  4. ################################
  5.  
  6. ################################
  7. # Security
  8. ################################
  9. Security.ExecPath=Exec
  10. Security.AllowConcurrentSessions=True
  11. Security.LogAuthFailures=False
  12. Security.AuthFailureLogPath=./AuthFailures.log
  13.  
  14. ################################
  15. # Webserver
  16. ################################
  17. Webserver.Port=8080
  18. Webserver.IPBinding=0.0.0.0
  19. Webserver.SessionTimeout=5
  20. Webserver.NoUI=False
  21. Webserver.SingleEndpoint=False
  22. Webserver.SingleEndpointIP=127.0.0.1
  23. Webserver.useHTTPS=False
  24. Webserver.CertificatePath=
  25. Webserver.CertificatePassword=
  26.  
  27. ################################
  28. # Login
  29. ################################
  30. Login.Username=Admin
  31.  
  32. ################################
  33. # Provider
  34. ################################
  35. Provider.CompanyName=Provider name not set
  36. Provider.URL=http://www.example.com/
  37. Provider.SupportURL=http://www.example.com/support
  38. Provider.LogoURL=http://cubecoders.com/examplelogo
  39.  
  40. ################################
  41. # AMP
  42. ################################
  43. AMP.InstanceID=5f7bb4c3-c80a-4172-b2e2-9b809deef269
  44. AMP.AppModule=MinecraftModule
  45. AMP.LoadPlugins=BannerImagePlugin, EmailSender, FileManager, PushBulletPlugin, LocalFileBackupPlugin
  46. AMP.ScheduleOffsetSeconds=0
  47. AMP.AutoStart=False
  48. AMP.FirstStart=True
  49. AMP.ShutdownProperly=True
  50. AMP.Suspended=False
  51. AMP.SuspendReason=
  52. AMP.PreviousVersion=
  53.  
  54. ################################
  55. # Monitoring
  56. ################################
  57. Monitoring.UseMulticoreCPUCalc=True
  58. # Monitoring.TitleSuffix - Suffix to append to the terminal title
  59. Monitoring.TitleSuffix=
  60. Monitoring.LogLevel=2
  61. Monitoring.EnableConsoleColoring=True
  62. Monitoring.LogsDirectory=AMPLogs
  63.  
  64. ################################
  65. # Performance
  66. ################################
  67. # Performance.AffinityMask - Specifies which CPU cores AMP child processes are allowed to run on. 0 for all cores.
  68. Performance.AffinityMask=65535
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement