Advertisement
Guest User

ADSAMPConfig.conf

a guest
Feb 1st, 2020
1,343
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.83 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=exwXIclAiUK/s/0Xb8SaOw==
  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.AllowAPIDiscoveryWithoutLogin=False
  22. Security.IgnoreAuthServerTLSFailure=False
  23.  
  24. ################################
  25. # Webserver
  26. ################################
  27. # 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!
  28. Webserver.Port=8080
  29. # 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!
  30. Webserver.IPBinding=0.0.0.0
  31. Webserver.SessionTimeout=5
  32. Webserver.NoUI=False
  33. Webserver.FilterEndpoints=False
  34. Webserver.AllowedEndpointIPs=["127.0.0.1"]
  35. Webserver.CertificatePath=
  36. Webserver.CertificateSerial=
  37. Webserver.CertificatePassword=
  38. Webserver.EnableWebSockets=True
  39. Webserver.EnablePluginWSStreams=False
  40. Webserver.EnableFetchPostEndpoints=True
  41. Webserver.APIRateLimit=100
  42. Webserver.UsingReverseProxy=True
  43. Webserver.ReverseProxyHost=127.0.0.1
  44.  
  45. ################################
  46. # Login
  47. ################################
  48. Login.UseAuthServer=False
  49. # Login.AuthServerURL - The URL for the ADS instance providing authentication when using UseAuthServer
  50. Login.AuthServerURL=
  51. Login.LDAPAllowAuthOnAnyDomain=False
  52. Login.LDAPAuthDomain=
  53.  
  54. ################################
  55. # Branding
  56. ################################
  57. Branding.DisplayBranding=False
  58. Branding.CompanyName=Provider name not set
  59. Branding.WelcomeMessage=Welcome Message not set
  60. Branding.URL=https://www.example.com/
  61. Branding.SupportURL=https://www.example.com/support
  62. Branding.LogoURL=
  63. Branding.TwitterUser=cubecoders
  64.  
  65. ################################
  66. # AMP
  67. ################################
  68. AMP.InstanceID=bde86ce8-25fa-44f6-acb9-e4ca7bc1a0a8
  69. AMP.InstanceName=ADS01
  70. AMP.FriendlyName=ADS01
  71. AMP.AppModule=ADSModule
  72. AMP.LoadPlugins=["FileManager","EmailSender","WebRequestPlugin","LocalFileBackupPlugin"]
  73. AMP.ScheduleOffsetSeconds=0
  74. AMP.AppStartupMode=StartApplication
  75. AMP.FirstStart=True
  76. AMP.ShutdownProperly=True
  77. AMP.Suspended=False
  78. AMP.SuspendReason=
  79. AMP.PreviousVersion=
  80. AMP.DatastoreConnectionString=./datastore.dat
  81. AMP.StoreIPAddressesAsMACAddresses=False
  82. AMP.MapAllPluginStores=True
  83. AMP.IgnoreCTRLC=False
  84.  
  85. ################################
  86. # Monitoring
  87. ################################
  88. Monitoring.UseMulticoreCPUCalc=True
  89. Monitoring.IgnoreSMTCores=True
  90. Monitoring.ConsoleScrollback=10
  91. # Monitoring.TitleSuffix - Suffix to append to the terminal title
  92. Monitoring.TitleSuffix=
  93. Monitoring.LogLevel=5
  94. Monitoring.EnableConsoleColoring=True
  95. Monitoring.LogsDirectory=AMPLogs
  96. Monitoring.ProduceStartupScripts=False
  97. Monitoring.DeleteOldLogs=True
  98. Monitoring.LogRetentionDays=28
  99.  
  100. ################################
  101. # Performance
  102. ################################
  103. # Performance.AffinityMask - Specifies which CPU cores AMP child processes are allowed to run on. 0 for all cores.
  104. Performance.AffinityMask=0
  105.  
  106. ################################
  107. # Privacy
  108. ################################
  109. Privacy.PrivacySettingsSet=False
  110. Privacy.AutoReportFatalExceptions=True
  111. Privacy.AllowAnalytics=False
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement