Advertisement
Guest User

AMP ADS01 config

a guest
Dec 27th, 2020
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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=P R I V A C Y
  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.CertificateDomain=
  39. Webserver.CertificatePassword=
  40. Webserver.EnableWebSockets=True
  41. Webserver.EnablePluginWSStreams=False
  42. Webserver.EnableFetchPostEndpoints=True
  43. Webserver.APIRateLimit=1000
  44. Webserver.UsingReverseProxy=True
  45. Webserver.ReverseProxyHost=127.0.0.1
  46.  
  47. ################################
  48. # Login
  49. ################################
  50. Login.UseAuthServer=False
  51. # Login.AuthServerURL - The URL for the ADS instance providing authentication when using UseAuthServer
  52. Login.AuthServerURL=
  53. Login.MetricsServerPort=0
  54. Login.LDAPAllowAuthOnAnyDomain=False
  55. Login.LDAPAuthDomain=
  56.  
  57. ################################
  58. # Branding
  59. ################################
  60. Branding.DisplayBranding=False
  61. Branding.CompanyName=Provider name not set
  62. Branding.WelcomeMessage=Welcome Message not set
  63. Branding.URL=https://www.example.com/
  64. Branding.SupportURL=https://www.example.com/support
  65. Branding.SupportText=
  66. Branding.SubmitTicketURL=https://www.example.com/tickets/new
  67. Branding.LogoURL=
  68. Branding.BackgroundURL=
  69. Branding.TwitterUser=cubecoders
  70. Branding.SplashFrameURL=
  71.  
  72. ################################
  73. # AMP
  74. ################################
  75. AMP.InstanceID=72e35fe2-0319-458c-b9b1-a6c58eeb3836
  76. AMP.InstanceName=ADS01
  77. AMP.FriendlyName=ADS01
  78. AMP.AppModule=ADSModule
  79. AMP.LoadPlugins=["FileManagerPlugin","EmailSenderPlugin","WebRequestPlugin","LocalFileBackupPlugin","CommonCorePlugin"]
  80. AMP.ScheduleOffsetSeconds=0
  81. AMP.AppStartupMode=StartApplication
  82. AMP.FirstStart=True
  83. AMP.ShutdownProperly=True
  84. AMP.Suspended=False
  85. AMP.SuspendReason=
  86. AMP.RequireActivation=False
  87. AMP.PreviousVersion=
  88. AMP.DatastoreConnectionString=./datastore.dat
  89. AMP.StoreIPAddressesAsMACAddresses=False
  90. AMP.MapAllPluginStores=True
  91. AMP.IgnoreCTRLC=False
  92. AMP.TemplateMode=False
  93. AMP.Theme=default
  94.  
  95. ################################
  96. # Monitoring
  97. ################################
  98. Monitoring.UseMulticoreCPUCalc=True
  99. Monitoring.IgnoreSMTCores=True
  100. Monitoring.ConsoleScrollback=1440
  101. # Monitoring.TitleSuffix - Suffix to append to the terminal title
  102. Monitoring.TitleSuffix=
  103. Monitoring.LogLevel=5
  104. Monitoring.EnableConsoleColoring=True
  105. Monitoring.LogsDirectory=AMPLogs
  106. Monitoring.ProduceStartupScripts=False
  107. Monitoring.DeleteOldLogs=True
  108. Monitoring.LogRetentionDays=28
  109. Monitoring.FullMetricsGathering=False
  110. Monitoring.ReportPhysicalMemoryAsTotal=False
  111. Monitoring.MetricsPollInterval=1000
  112.  
  113. ################################
  114. # Performance
  115. ################################
  116. # Performance.AffinityMask - Specifies which CPU cores AMP child processes are allowed to run on. 0 for all cores.
  117. Performance.AffinityMask=0
  118.  
  119. ################################
  120. # Privacy
  121. ################################
  122. Privacy.PrivacySettingsSet=False
  123. Privacy.AutoReportFatalExceptions=True
  124. Privacy.AllowAnalytics=False
  125.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement