diff --git a/TShockAPI/Configuration/TShockConfig.cs b/TShockAPI/Configuration/TShockConfig.cs
index 0a9e1a1a..64fbf77c 100644
--- a/TShockAPI/Configuration/TShockConfig.cs
+++ b/TShockAPI/Configuration/TShockConfig.cs
@@ -552,21 +552,21 @@ namespace TShockAPI.Configuration
[Description("The password used when connecting to a MySQL database.")]
public string MySqlPassword = "";
- ///The Postgres hostname and port to direct connections to.
- [Description("The Postgres hostname and port to direct connections to.")]
- public string PostgresHost = "";
+ ///The Postgres hostname and port to direct connections to.
+ [Description("The Postgres hostname and port to direct connections to.")]
+ public string PostgresHost = "";
- /// The database name to connect to when using Postgres as the database type.
- [Description("The database name to connect to when using Postgres as the database type.")]
- public string PostgresDbName = "";
+ /// The database name to connect to when using Postgres as the database type.
+ [Description("The database name to connect to when using Postgres as the database type.")]
+ public string PostgresDbName = "";
- /// The username used when connecting to a Postgres database.
- [Description("The username used when connecting to a Postgres database.")]
- public string PostgresUsername = "";
+ /// The username used when connecting to a Postgres database.
+ [Description("The username used when connecting to a Postgres database.")]
+ public string PostgresUsername = "";
- /// The password used when connecting to a Postgres database.
- [Description("The password used when connecting to a Postgres database.")]
- public string PostgresPassword = "";
+ /// The password used when connecting to a Postgres database.
+ [Description("The password used when connecting to a Postgres database.")]
+ public string PostgresPassword = "";
/// Whether or not to save logs to the SQL database instead of a text file.
[Description("Whether or not to save logs to the SQL database instead of a text file.\nDefault = false.")]