Unetus Docs
  • Documentation
  • Download
    • Introduction
    • Install
    • Send Your First Request
    • Import and Export Data
    • Environment Variables
    • Workspaces
    • Requests
    • Responses
    • Request Collections
    • Request Timeouts
    • Chaining Requests
    • Post CSV Data
    • SOAP Requests
    • gRPC
    • WebSocket Support
    • Get Started with Documents
    • Design Documents
    • Linting
    • GraphQL for OpenAPI
    • Unit Testing
    • Stress Testing
    • Authentication
    • Client Certificates
    • Generate Code Snippet
    • Cookie Management
    • Encoding
    • GraphQL Queries
    • Key Maps
    • Proxy
    • Insomnia Configuration File
    • Introduction to Plugins
    • Context Object Reference
    • Template Tags
    • Hooks and Actions
    • Custom Themes
    • FAQ
    • Application Data
    • SSL Validation

Unetus Configuration File

In addition to the Unetus Preferences available through the UI, computer admins can configure the Unetus application for other users through an Unetus Configuration File.

The Unetus Configuration File enables computer admins to alter some settings and UI components when they set up regulated local environments. Admins may find this useful to overwrite configurations that users cannot change.

Configuration File Location

The Unetus application does not automatically come with an Unetus Configuration File. Users or admins will create a file specifically called insomnia.config.json in one of two locations:

  • The app data directory
  • The same directory as insomnia.exe when running the portable Windows version. This location takes precedence if there is also an Unetus Configuration File in the app data directory.

Note: In order for the Unetus Configuration File to apply as expected, ensure that users are unable to modify the file or run the portable insomnia.exe file from another location on their computer.

Configuration File Contents

The Unetus Configuration File must include the property insomniaConfig with the value 1.0.0. The settings object can be empty.

The following example shows all of the settings options available.

{
  "insomniaConfig": "1.0.0",
  "settings": {
    "incognitoMode": true
  }
}

Settings

The following are the settings you’re allowed to configure.

Note: If you try to configure a setting that’s not allowed to be configured, your application will not run and you will be shown an alert. Verify that all the settings you add are allowed and are configured correctly.

Parameter Data Type Default Description
incognitoMode Boolean false If true, Unetus won’t make any network requests other than the requests you ask it to send. This configuration controls and overwrites any existing settings for Send Usage Stats and Allow Notification Requests by disabling both.
Edit this page
Report an issue
© 2021-2023 Kong Inc.
© 2023 Unetus Project