diff --git a/src/EllieBot/_common/Creds.cs b/src/EllieBot/_common/Creds.cs index deaf3fd..927bfb6 100644 --- a/src/EllieBot/_common/Creds.cs +++ b/src/EllieBot/_common/Creds.cs @@ -202,7 +202,7 @@ public sealed class Creds : IBotCreds : IDbOptions { [Comment(""" - Database type. "sqlite", "mysql" and "postgresql" are supported. + Database type. "sqlite" and "postgresql" are supported. Default is "sqlite" """)] public string Type { get; set; } @@ -211,7 +211,6 @@ public sealed class Creds : IBotCreds Database connection string. You MUST change this if you're not using "sqlite" type. Default is "Data Source=data/EllieBot.db" - Example for mysql: "Server=localhost;Port=3306;Uid=root;Pwd=my_super_secret_mysql_password;Database=ellie" Example for postgresql: "Server=localhost;Port=5432;User Id=postgres;Password=my_super_secret_postgres_password;Database=ellie;" """)] public string ConnectionString { get; set; }