> ## Documentation Index
> Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
> Use this file to discover all available pages before exploring further.

# activepivot.remote.properties

## File purpose

The **activepivot.remote.properties** file is used to configure the Activemonitor Server.

## File location

The file is located in the folder **simm-starter\src\main\resources**.

## File values

| Property                   | Value                                                                                  | Description                                                                 |
| :------------------------- | :------------------------------------------------------------------------------------- | :-------------------------------------------------------------------------- |
| sentinel.remote.url        | [http://localhost:12001/simm-activemonitor](http://localhost:12001/simm-activemonitor) | The URL used to connect to the ActiveMonitor server.                        |
| sentinel.remote.username   | pivot                                                                                  | The username used for connecting to the ActiveMonitor server.               |
| sentinel.poll.period       | 1                                                                                      | Poll time of monitors from ActiveMonitor in seconds.                        |
| repository.remote.url      | [http://localhost:12001/simm-activemonitor](http://localhost:12001/simm-activemonitor) | The URL used to connect to the ActiveMonitor repository.                    |
| repository.remote.username | pivot                                                                                  | The username used for connecting to the ActiveMonitor repository.           |
| repository.poll.period     | 1                                                                                      | Poll time of limit from sentinel repository in seconds.                     |
| activepivot.snl.url        | [http://localhost:12000/simm-starter](http://localhost:12000/simm-starter)             | The URL of the current Atoti Server.                                        |
| live.snl.url               | [http://localhost:3000](http://localhost:3000)                                         | The URL of Atoti UI.                                                        |
| printSchema                | true                                                                                   | The flag to display the datastore schema during startup. Default is `true`. |
