Configure EMSE tool to connect to a repository
To connect the EMSE Tool to a repository, you need to configure or create the EMSEToolConfig standard choice with the following values.
| Standard Choices Value | Value Desc | Description |
|---|---|---|
|
agency_repo_username |
<repoUsername> |
The username for the account with access to the repository. At a minimum, this user needs read access to the repository. |
|
agency_repo_password |
<repoPassword> <repoAccessToken> |
The password matching the username to allow access to the repository. This can also be an access token for the repository. |
|
master_repo_username |
<repoUsername> |
The username for the account with access to the repository containing the master scripts. This is optional and not used if the Civic Platform is using the master scripts built into the Civic Platform. |
|
master_repo_password |
<repoPassword> <repoAccessToken> |
The password matching the username to allow access to the repository containing the master scripts. This can also be an access token for the repository. |
|
For GIT protocol |
||
|
agency_url_git |
<repoUrl> |
The URL for the repository. The URL should end in “.git”. Do not have both the agency_url_git and agency_url_svn enabled in the standard choice at the same time. |
|
For Subversion protocol |
||
|
agency_url_svn |
<repoUrl> |
The URL for the repository. Do not have both the agency_url_git and agency_url_svn enabled in the standard choice at the same time. |