Advertisement
XXdaugonXX

Creative Instance Settings

Feb 3rd, 2019
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.60 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=False
  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=Optional
  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=8082
  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.CertificatePath=/home/AMP/.ampdata/instances/certificate.pfx
  34. Webserver.CertificateSerial=
  35. Webserver.CertificatePassword=xxxxxx
  36. Webserver.EnableWebSockets=True
  37. Webserver.EnableFetchPostEndpoints=True
  38. Webserver.APIRateLimit=100
  39. Webserver.UsingReverseProxy=False
  40. Webserver.ReverseProxyHost=127.0.0.1
  41.  
  42. ################################
  43. # Login
  44. ################################
  45. Login.UseAuthServer=True
  46. # Login.AuthServerURL - The URL for the ADS instance providing authentication when using UseAuthServer
  47. Login.AuthServerURL=https://console.zayviel.dk:8080/
  48. Login.LDAPAllowAuthOnAnyDomain=False
  49. Login.LDAPAuthDomain=
  50.  
  51. ################################
  52. # Provider
  53. ################################
  54. Provider.CompanyName=Provider name not set
  55. Provider.URL=http://www.example.com/
  56. Provider.SupportURL=http://www.example.com/support
  57. Provider.LogoURL=http://cubecoders.com/examplelogo
  58.  
  59. ################################
  60. # AMP
  61. ################################
  62. AMP.InstanceID=fa94c1a8-7a69-489d-9614-2fd93cecf57e
  63. AMP.InstanceName=Minecraft02
  64. AMP.FriendlyName=Creative
  65. AMP.AppModule=MinecraftModule
  66. AMP.LoadPlugins=EmailSender, FileManager, PushBulletPlugin, LocalFileBackupPlugin
  67. AMP.ScheduleOffsetSeconds=0
  68. AMP.UpdateOnStart=False
  69. AMP.AutoStart=False
  70. AMP.FirstStart=True
  71. AMP.ShutdownProperly=True
  72. AMP.Suspended=False
  73. AMP.SuspendReason=
  74. AMP.PreviousVersion=
  75. AMP.DatastoreConnectionString=./datastore.dat
  76. AMP.StoreIPAddressesAsMACAddresses=False
  77. AMP.MapAllPluginStores=False
  78. AMP.IgnoreCTRLC=False
  79.  
  80. ################################
  81. # Monitoring
  82. ################################
  83. Monitoring.UseMulticoreCPUCalc=True
  84. Monitoring.IgnoreSMTCores=True
  85. Monitoring.ConsoleScrollback=10
  86. # Monitoring.TitleSuffix - Suffix to append to the terminal title
  87. Monitoring.TitleSuffix=
  88. Monitoring.LogLevel=5
  89. Monitoring.EnableConsoleColoring=True
  90. Monitoring.LogsDirectory=AMPLogs
  91.  
  92. ################################
  93. # Performance
  94. ################################
  95. # Performance.AffinityMask - Specifies which CPU cores AMP child processes are allowed to run on. 0 for all cores.
  96. Performance.AffinityMask=0
  97.  
  98. ################################
  99. # Privacy
  100. ################################
  101. Privacy.PrivacySettingsSet=False
  102. Privacy.AutoReportFatalExceptions=True
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement