Skip to main content

Local Testing

Test Utopia local changes in Atlantis local

  1. Check that Utopia appsettings.json has: 

      "Environ": "Staging",
      "Region": "LocalToStage"
  2. In Utopia file SystemResourceController.cs search for AtlantisFrontendUrl = UtopiaSettings?.AtlantisFrontendUrl and change it to AtlantisFrontendUrl = "https://localhost:44437"
  3. In Utopia makeMake sure you're opted in to Atlantis or in Utopia go to the file UserService.cs, search for the method GetAtlantisOptInStatusAsync, and have it return true
  4. Check that Atlantis appsettings.json has: 
    "Environ": "Local"

Note: You will be using your local database. Don't change DbConnectionConfigurationData in Utopia appsettings.json.