diff --git a/Oqtane.Server/--appsettings.json b/Oqtane.Server/--appsettings.json deleted file mode 100644 index d670835f..00000000 --- a/Oqtane.Server/--appsettings.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "RenderMode": "Interactive", - "Runtime": "Server", - "Database": { - "DefaultDBType": "Oqtane.Database.SqlServer.SqlServerDatabase, Oqtane.Database.SqlServer" - }, - "ConnectionStrings": { - "DefaultConnection": "Data Source=(LocalDb)\\MSSQLLocalDB;AttachDbFilename=|DataDirectory|\\Oqtane-Fork.mdf;Initial Catalog=Oqtane-Fork;Integrated Security=SSPI;Encrypt=false;" - }, - "Installation": { - "DefaultAlias": "", - "HostPassword": "", - "HostEmail": "", - "SiteTemplate": "", - "DefaultTheme": "", - "DefaultContainer": "" - }, - "Localization": { - "DefaultCulture": "en" - }, - "AvailableDatabases": [ - { - "Name": "LocalDB", - "ControlType": "Oqtane.Installer.Controls.LocalDBConfig, Oqtane.Client", - "DBType": "Oqtane.Database.SqlServer.SqlServerDatabase, Oqtane.Database.SqlServer" - }, - { - "Name": "SQL Server", - "ControlType": "Oqtane.Installer.Controls.SqlServerConfig, Oqtane.Client", - "DBType": "Oqtane.Database.SqlServer.SqlServerDatabase, Oqtane.Database.SqlServer" - }, - { - "Name": "SQLite", - "ControlType": "Oqtane.Installer.Controls.SqliteConfig, Oqtane.Client", - "DBType": "Oqtane.Database.Sqlite.SqliteDatabase, Oqtane.Database.Sqlite" - }, - { - "Name": "MySQL", - "ControlType": "Oqtane.Installer.Controls.MySQLConfig, Oqtane.Client", - "DBType": "Oqtane.Database.MySQL.MySQLDatabase, Oqtane.Database.MySQL" - }, - { - "Name": "PostgreSQL", - "ControlType": "Oqtane.Installer.Controls.PostgreSQLConfig, Oqtane.Client", - "DBType": "Oqtane.Database.PostgreSQL.PostgreSQLDatabase, Oqtane.Database.PostgreSQL" - } - ], - "Logging": { - "FileLogger": { - "LogLevel": { - "Default": "Error" - } - }, - "LogLevel": { - "Default": "Information" - } - }, - "InstallationId": "b9ab2e37-8983-40ef-83cd-1e3285129a6c", - "ReCaptcha": { - "SiteKey": "6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI", - "SecretKey": "6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe" - } -} \ No newline at end of file diff --git a/Oqtane.Server/--appsettings.release.json b/Oqtane.Server/--appsettings.release.json deleted file mode 100644 index 3b74ae04..00000000 --- a/Oqtane.Server/--appsettings.release.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "RenderMode": "Interactive", - "Runtime": "Server", - "Database": { - "DefaultDBType": "" - }, - "ConnectionStrings": { - "DefaultConnection": "" - }, - "Installation": { - "DefaultAlias": "", - "HostPassword": "", - "HostEmail": "", - "SiteTemplate": "", - "DefaultTheme": "", - "DefaultContainer": "" - }, - "Localization": { - "DefaultCulture": "en" - }, - "AvailableDatabases": [ - { - "Name": "LocalDB", - "ControlType": "Oqtane.Installer.Controls.LocalDBConfig, Oqtane.Client", - "DBType": "Oqtane.Database.SqlServer.SqlServerDatabase, Oqtane.Database.SqlServer" - }, - { - "Name": "SQL Server", - "ControlType": "Oqtane.Installer.Controls.SqlServerConfig, Oqtane.Client", - "DBType": "Oqtane.Database.SqlServer.SqlServerDatabase, Oqtane.Database.SqlServer" - }, - { - "Name": "SQLite", - "ControlType": "Oqtane.Installer.Controls.SqliteConfig, Oqtane.Client", - "DBType": "Oqtane.Database.Sqlite.SqliteDatabase, Oqtane.Database.Sqlite" - }, - { - "Name": "MySQL", - "ControlType": "Oqtane.Installer.Controls.MySQLConfig, Oqtane.Client", - "DBType": "Oqtane.Database.MySQL.MySQLDatabase, Oqtane.Database.MySQL" - }, - { - "Name": "PostgreSQL", - "ControlType": "Oqtane.Installer.Controls.PostgreSQLConfig, Oqtane.Client", - "DBType": "Oqtane.Database.PostgreSQL.PostgreSQLDatabase, Oqtane.Database.PostgreSQL" - } - ] -} diff --git a/Oqtane.Server/appsettings.release.json b/Oqtane.Server/appsettings.release.json index 8549fa0b..3b74ae04 100644 --- a/Oqtane.Server/appsettings.release.json +++ b/Oqtane.Server/appsettings.release.json @@ -1,6 +1,6 @@ { + "RenderMode": "Interactive", "Runtime": "Server", - "RenderMode": "ServerPrerendered", "Database": { "DefaultDBType": "" },