> For the complete documentation index, see [llms.txt](https://docs.ovaledge.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ovaledge.com/connectors/introduction-to-connectors/setup-and-connectivity/customization-via-system-settings.md).

# Customization via System Settings

The Customization via System Settings are designed to configure the behavior and display of the connectors. Various settings help customize the search experience, control the visibility of certain features, and refine search parameters. These settings can be configured in the Administration > System Settings.

## Users & Roles Tab

| Setting Key                | Example Value       | Description                                                 |
| -------------------------- | ------------------- | ----------------------------------------------------------- |
| ovaledge.connector.creator | OE\_ADMIN,ITMANAGER | Grants the ability to create connectors to specified roles. |

### Others Tab

<table><thead><tr><th width="199.8333740234375">Setting Key</th><th width="123.166748046875">Example Value</th><th>Description</th></tr></thead><tbody><tr><td>reports.crawl.starttime</td><td>07:31:00</td><td>Defines the start time for the crawling process based on the server time zone. The time must be provided in 24-hour format (<code>HH:mm:ss</code>) for the restricted time zone functionality to work correctly.</td></tr><tr><td>reports.crawl.endtime</td><td>07:41:00</td><td>Defines the end time for the crawling process based on the server time zone. The time must be provided in 24-hour format (<code>HH:mm:ss</code>) for the restricted time zone functionality to work correctly.</td></tr><tr><td>bridge.type</td><td>REST</td><td>Configures the bridge type: REST for Bridge Lite, or NIFI for Bridge NiFi.</td></tr></tbody></table>

### Connector Tab

<table><thead><tr><th width="197.83331298828125">Setting Key</th><th width="166.5">Example Value</th><th>Description</th></tr></thead><tbody><tr><td>connector.environment</td><td>QA, Prod, Dev, test</td><td>Lists environment tags for connectors. Shown as a drop-down during connector creation.</td></tr><tr><td>enable.batch.profiling</td><td>true</td><td>Enables batch processing for Full Profiling jobs to improve performance and reduce bridge requests. When disabled, the system uses the standard profiling approach. This setting applies only to Full Profiling jobs.</td></tr></tbody></table>

***

Copyright © 2025, OvalEdge LLC, Peachtree Corners GA USA


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.ovaledge.com/connectors/introduction-to-connectors/setup-and-connectivity/customization-via-system-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
