Edit a Git repository configuration
You can edit a Git repository's integration with App Engine Studio (AES) to change the network protocol selection, credentials or other field entries.
Before you begin
Role required: admin
Procedure
Navigate to All > App Engine > App Engine Studio.
From the My Apps page, open your application.
Select Source control > Edit repository configuration.
Image omitted: source-control-edit-repo-purple.png
Edit Repository Configuration menu item
Edit Repository Configuration menu item
- On the form, fill in the fields.
| Field | Definition |
|---|---|
| Network protocol | Protocol for source control, either https or ssh. |
| URL | URL address of your repository. |
| Branch | Current branch for the repository. |
| Connect with a MID server | Whether or not to use a MID server connection, which enables access to repositories behind a firewall.Note: If you have no MID server name, you can select a new one from the drop-down list. If you choose a new MID server, in the Source control menu before making any further source control operations to avoid errors. |
| Default email | Email address for the committer, which is defined by the sys_user record, if available.If a committer's sys_user record email field is empty, the system generates an alternate email (username@instancename.service-now.com). You can also enter a default email address and change it later by selecting the Always use this email for commits from all developers check box. |
| Credential | Saved credentials to use for the source control connection. All application developers on the instance share a single set of credentials per repository. For information on working with credentials, see Get started with credentials. |
Image omitted: aes-app-properties-repo-purple.png
View and edit application repository configurations
View and edit application repository configurations
- Select Save.
Parent Topic:AES integration with a Git source control repository