Advertisement
XXdaugonXX

ADS01 Instance Settings

Feb 3rd, 2019
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.58 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.EnablePassthruAuth=True
  15. # 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!
  16. Security.PassthruAuthLocalOnly=False
  17. Security.AuthFailureTimeWindow=5
  18. Security.AuthFailureAttemptsInWindow=5
  19. Security.TwoFactorMode=Required
  20. Security.AllowAPIDiscoveryWithoutLogin=False
  21.  
  22. ################################
  23. # Webserver
  24. ################################
  25. # 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!
  26. Webserver.Port=8080
  27. # 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!
  28. Webserver.IPBinding=0.0.0.0
  29. Webserver.SessionTimeout=5
  30. Webserver.NoUI=False
  31. Webserver.FilterEndpoints=False
  32. Webserver.AllowedEndpointIPs=["127.0.0.1"]
  33. Webserver.useHTTPS=True
  34. Webserver.CertificatePath=/home/AMP/.ampdata/instances/certificate.pfx
  35. Webserver.CertificateSerial=
  36. Webserver.CertificatePassword=xxxxxxxx
  37. Webserver.EnableWebSockets=True
  38. Webserver.EnableFetchPostEndpoints=True
  39. Webserver.APIRateLimit=100
  40. Webserver.UsingReverseProxy=False
  41. Webserver.ReverseProxyHost=127.0.0.1
  42.  
  43. ################################
  44. # Login
  45. ################################
  46. Login.UseAuthServer=False
  47. # Login.AuthServerURL - The URL for the ADS instance providing authentication when using UseAuthServer
  48. Login.AuthServerURL=
  49. Login.LDAPAllowAuthOnAnyDomain=False
  50. Login.LDAPAuthDomain=
  51.  
  52. ################################
  53. # Provider
  54. ################################
  55. Provider.CompanyName=Provider name not set
  56. Provider.URL=http://www.example.com/
  57. Provider.SupportURL=http://www.example.com/support
  58. Provider.LogoURL=http://cubecoders.com/examplelogo
  59.  
  60. ################################
  61. # AMP
  62. ################################
  63. AMP.InstanceID=0435112d-1bd1-4738-8528-43965b1dcf9c
  64. AMP.InstanceName=ADS01
  65. AMP.FriendlyName=ADS01
  66. AMP.AppModule=ADSModule
  67. AMP.LoadPlugins=EmailSender, FileManager, PushBulletPlugin, LocalFileBackupPlugin
  68. AMP.ScheduleOffsetSeconds=0
  69. AMP.UpdateOnStart=False
  70. AMP.AutoStart=False
  71. AMP.FirstStart=True
  72. AMP.ShutdownProperly=True
  73. AMP.Suspended=False
  74. AMP.SuspendReason=
  75. AMP.PreviousVersion=
  76. AMP.DatastoreConnectionString=./datastore.dat
  77. AMP.StoreIPAddressesAsMACAddresses=False
  78. AMP.MapAllPluginStores=True
  79. AMP.IgnoreCTRLC=False
  80.  
  81. ################################
  82. # Monitoring
  83. ################################
  84. Monitoring.UseMulticoreCPUCalc=True
  85. Monitoring.IgnoreSMTCores=True
  86. Monitoring.ConsoleScrollback=10
  87. # Monitoring.TitleSuffix - Suffix to append to the terminal title
  88. Monitoring.TitleSuffix=
  89. Monitoring.LogLevel=5
  90. Monitoring.EnableConsoleColoring=True
  91. Monitoring.LogsDirectory=AMPLogs
  92.  
  93. ################################
  94. # Performance
  95. ################################
  96. # Performance.AffinityMask - Specifies which CPU cores AMP child processes are allowed to run on. 0 for all cores.
  97. Performance.AffinityMask=0
  98.  
  99. ################################
  100. # Privacy
  101. ################################
  102. Privacy.PrivacySettingsSet=False
  103. Privacy.AutoReportFatalExceptions=True
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement