Skip to main content
Skip table of contents

Setting Credentials for Centro

When installing the Centro web application, the Centro pipeline host service, and the Centro pipeline manager service, the installation wizards require ArangoDB user credentials to be entered to so the web app and services can connect to the database.

To change the credentials for a particular application

  1. Go to the Configuration folder of the app in question. For example, c:\inetpub\wwwroot\Centro\Configuration.

  2. Find the file, connectionSettingsTemplate.config.

  3. Copy and replace the <connectionStrings> section into the connectionSettings.config file.

  4. Edit the credentials to adjust the username and password.

    CODE
    <add name="arangoConnection" connectionString="Data Source=ArangoDB;Username=root;Password=root" />


  5. Save the changes.

  6. Restart the web application (or the specific service).



JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.