mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Fixed the sample of PostgreSQL's connection string
This commit is contained in:
@@ -60,7 +60,7 @@ if (!Model.DatabaseIsPreconfigured) {
|
|||||||
</span>
|
</span>
|
||||||
|
|
||||||
<span data-controllerid="postgresql" class="hint databaseTypeHint">
|
<span data-controllerid="postgresql" class="hint databaseTypeHint">
|
||||||
@T("Server=serverName;Port=5432;Encoding=UNICODE;Database=dbName;User Id=userName;Password=password")
|
@T("Server=serverName;Port=5432;Database=dbName;User Id=userName;Password=password")
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<br /><br />
|
<br /><br />
|
||||||
|
|||||||
Reference in New Issue
Block a user