Advertisement
Guest User

Untitled

a guest
Feb 27th, 2020
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.96 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. Security.LogSensitiveProcArgs=False
  14. Security.EncIV=ycc1t5s+AEi87/x+bHhrzA==
  15. Security.EnablePassthruAuth=True
  16. # Security.PassthruAuthLocalOnly - Only allows auth requests that come from 127.0.0.1 - careful when using a controller that is bound to a specific IP rather than 0.0.0.0!
  17. Security.PassthruAuthLocalOnly=False
  18. Security.AuthFailureTimeWindow=5
  19. Security.AuthFailureAttemptsInWindow=5
  20. Security.TwoFactorMode=Optional
  21. Security.RequireSessionIPStickiness=True
  22. Security.AllowAPIDiscoveryWithoutLogin=False
  23. Security.IgnoreAuthServerTLSFailure=False
  24.  
  25. ################################
  26. # Webserver
  27. ################################
  28. # Webserver.Port - NEVER CHANGE THIS SETTING MANUALLY! Always use `ampinstmgr rebind` to alter IP/Port bindings. IF YOU CHANGE THIS ON ADS YOU WILL BREAK YOUR LOGINS!
  29. Webserver.Port=8080
  30. # Webserver.IPBinding - NEVER CHANGE THIS SETTING MANUALLY! Always use `ampinstmgr rebind` to alter IP/Port bindings. IF YOU CHANGE THIS ON ADS YOU WILL BREAK YOUR LOGINS!
  31. Webserver.IPBinding=0.0.0.0
  32. Webserver.SessionTimeout=5
  33. Webserver.NoUI=False
  34. Webserver.FilterEndpoints=False
  35. Webserver.AllowedEndpointIPs=["127.0.0.1"]
  36. Webserver.CertificatePath=
  37. Webserver.CertificateSerial=
  38. Webserver.CertificatePassword=
  39. Webserver.EnableWebSockets=True
  40. Webserver.EnablePluginWSStreams=False
  41. Webserver.EnableFetchPostEndpoints=True
  42. Webserver.APIRateLimit=100
  43. Webserver.UsingReverseProxy=True
  44. Webserver.ReverseProxyHost=127.0.0.1
  45.  
  46. ################################
  47. # Login
  48. ################################
  49. Login.UseAuthServer=False
  50. # Login.AuthServerURL - The URL for the ADS instance providing authentication when using UseAuthServer
  51. Login.AuthServerURL=
  52. Login.LDAPAllowAuthOnAnyDomain=False
  53. Login.LDAPAuthDomain=
  54.  
  55. ################################
  56. # Branding
  57. ################################
  58. Branding.DisplayBranding=False
  59. Branding.CompanyName=Provider name not set
  60. Branding.WelcomeMessage=Welcome Message not set
  61. Branding.URL=https://www.example.com/
  62. Branding.SupportURL=https://www.example.com/support
  63. Branding.LogoURL=
  64. Branding.TwitterUser=cubecoders
  65.  
  66. ################################
  67. # AMP
  68. ################################
  69. AMP.InstanceID=e57a9abe-1110-431d-8131-8415e51cea08
  70. AMP.InstanceName=ADS01
  71. AMP.FriendlyName=ADS01
  72. AMP.AppModule=ADSModule
  73. AMP.LoadPlugins=["FileManager","EmailSender","WebRequestPlugin","LocalFileBackupPlugin"]
  74. AMP.ScheduleOffsetSeconds=0
  75. AMP.AppStartupMode=DoNothing
  76. AMP.FirstStart=True
  77. AMP.ShutdownProperly=True
  78. AMP.Suspended=False
  79. AMP.SuspendReason=
  80. AMP.RequireActivation=False
  81. AMP.PreviousVersion=
  82. AMP.DatastoreConnectionString=./datastore.dat
  83. AMP.StoreIPAddressesAsMACAddresses=False
  84. AMP.MapAllPluginStores=True
  85. AMP.IgnoreCTRLC=False
  86. AMP.TemplateMode=False
  87.  
  88. ################################
  89. # Monitoring
  90. ################################
  91. Monitoring.UseMulticoreCPUCalc=True
  92. Monitoring.IgnoreSMTCores=True
  93. Monitoring.ConsoleScrollback=10
  94. # Monitoring.TitleSuffix - Suffix to append to the terminal title
  95. Monitoring.TitleSuffix=
  96. Monitoring.LogLevel=0
  97. Monitoring.EnableConsoleColoring=True
  98. Monitoring.LogsDirectory=AMPLogs
  99. Monitoring.ProduceStartupScripts=False
  100. Monitoring.DeleteOldLogs=True
  101. Monitoring.LogRetentionDays=28
  102. Monitoring.FullMetricsGathering=False
  103.  
  104. ################################
  105. # Performance
  106. ################################
  107. # Performance.AffinityMask - Specifies which CPU cores AMP child processes are allowed to run on. 0 for all cores.
  108. Performance.AffinityMask=0
  109.  
  110. ################################
  111. # Privacy
  112. ################################
  113. Privacy.PrivacySettingsSet=False
  114. Privacy.AutoReportFatalExceptions=False
  115. Privacy.AllowAnalytics=False
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement