blogifierdotnet / Blogifier

Blogifier is an open-source publishing platform Written in ASP.NET and Blazor WebAssembly. With Blogifier make a personal blog or a website.
https://blogifier.net
MIT License
1.29k stars 521 forks source link

There is error when change database to PostgreSql. #99

Closed OneOfBestMan closed 6 years ago

OneOfBestMan commented 6 years ago

System.Action databaseOptions = options => options.UseNpgsql(Configuration.GetConnectionString("DefaultConnection")); When change database to PostgreSql,occur this error: Npgsql.PostgresException:“28P01: �û� "appuser" Password ��֤ʧ��”,

OneOfBestMan commented 6 years ago

This problem already be solved.