mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-04 20:57:49 +00:00
209 lines
8.9 KiB
C#
209 lines
8.9 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
// Runtime Version:4.0.30319.42000
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace Roblox.Common.Properties {
|
|
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.8.0.0")]
|
|
public sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
|
|
|
|
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
|
|
|
|
public static Settings Default {
|
|
get {
|
|
return defaultInstance;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("localhost")]
|
|
public string SMTPServer {
|
|
get {
|
|
return ((string)(this["SMTPServer"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("http://localhost:3966/RobloxWebSite")]
|
|
public string ApplicationURL {
|
|
get {
|
|
return ((string)(this["ApplicationURL"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("25")]
|
|
public int dbHelper_DefaultPoolSize {
|
|
get {
|
|
return ((int)(this["dbHelper_DefaultPoolSize"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool ReplicateLocalCache {
|
|
get {
|
|
return ((bool)(this["ReplicateLocalCache"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("00:00:00.05")]
|
|
public string CacheReplicatorWaitTime {
|
|
get {
|
|
return ((string)(this["CacheReplicatorWaitTime"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("224.168.100.2")]
|
|
public string CacheReplicatorAddress {
|
|
get {
|
|
return ((string)(this["CacheReplicatorAddress"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("11000")]
|
|
public int CacheReplicatorPort {
|
|
get {
|
|
return ((int)(this["CacheReplicatorPort"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("60000")]
|
|
public int CacheReplicatorBatchSize {
|
|
get {
|
|
return ((int)(this["CacheReplicatorBatchSize"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("00:00:00.1")]
|
|
public string CacheReplicatorSendtimeout {
|
|
get {
|
|
return ((string)(this["CacheReplicatorSendtimeout"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("192.168.0")]
|
|
public string CacheReplicatorNicPrefix {
|
|
get {
|
|
return ((string)(this["CacheReplicatorNicPrefix"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("100")]
|
|
public uint PgmWindowSizeinMB {
|
|
get {
|
|
return ((uint)(this["PgmWindowSizeinMB"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("00:00:10")]
|
|
public global::System.TimeSpan PgmWindowSizeTimeSpan {
|
|
get {
|
|
return ((global::System.TimeSpan)(this["PgmWindowSizeTimeSpan"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
|
public int CcrServiceBacklogTrigger {
|
|
get {
|
|
return ((int)(this["CcrServiceBacklogTrigger"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("00:00:03")]
|
|
public global::System.TimeSpan CcrServiceBacklogTriggerInterval {
|
|
get {
|
|
return ((global::System.TimeSpan)(this["CcrServiceBacklogTriggerInterval"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool PreventDirectAppServerAccess {
|
|
get {
|
|
return ((bool)(this["PreventDirectAppServerAccess"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("300")]
|
|
public int ClientPresenceUpdateIntervalInSeconds {
|
|
get {
|
|
return ((int)(this["ClientPresenceUpdateIntervalInSeconds"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("!0x5f3759df")]
|
|
public string AccessKey {
|
|
get {
|
|
return ((string)(this["AccessKey"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.ConnectionString)]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Data Source=192.168.100.80;Initial Catalog=RobloxBilling;User ID=Roblox;Password=" +
|
|
"To0Big2F@il")]
|
|
public string BillingConnectionString {
|
|
get {
|
|
return ((string)(this["BillingConnectionString"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("01:00:00")]
|
|
public string CacheSlidingExpiration {
|
|
get {
|
|
return ((string)(this["CacheSlidingExpiration"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public string FacebookUploadEnabled {
|
|
get {
|
|
return ((string)(this["FacebookUploadEnabled"]));
|
|
}
|
|
}
|
|
}
|
|
}
|