Navigation:  WebOffice > Installation > WebOffice usermanagement (Application Server) > Configure the File web.config >

POSTGRESQL Connection Parameter

Previous pageReturn to chapter overviewNext page

The example shows a connection profile with the following values:

Name: Postgres,

Server: MyServer, Port: 5432

Database: postgres,

Database user: MyUsername

Encrypted password: password123

 

<GeoUserManagementConnection>

<Profile>Postgres</Profile>

<Host>MyServe</Host>

<Port>5432</Port>

<DatabaseType>PostgreSQL</DatabaseType>

<DatabaseName>postgres</DatabaseName>

<Username>MyUsername</Username>

<Password>KH4yhJLabVaPSxrXOGCb7g==</Password>

</GeoUserManagementConnection>