Skip to main content

Generating a DB Connection String

  • Locate the ConfigurationDataCreator solution in the Utopia repo
  • Start the solution

Create a new connection string 

  • Fill in the corresponding fields under Configuration Value
    • It can be helpful to click Load Configuration From System to see the local values
    • Most of this information can be found in LastPass or should be provided to you
    • Note that all fields are required to create a new connection string
  • Click Create Configuration Data String
    • The new string will populate in the Configuration Data Output field

Pull information from a connection string

  • Paste the encrypted connection string in the field Encrypted Value and click the Encrypt/Decrypt button
    • The decrypted value will be populated in the Decrypted Value field

Encrypt a connection string from a JSON object

  • Paste the JSON object into the Decrypted Value field and click the Encrypt/Decrypt button

    • The encrypted value will be populated in the Encrypted Value field

Populate configuration values from a connection string

  • Paste the encrypted connection string into the Configuration Data Input field and click Load Configuration Data String