Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

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

  1. Navigate to All > App Engine > App Engine Studio.

  2. From the My Apps page, open your application.

  3. Select Source control > Edit repository configuration.

Image omitted: source-control-edit-repo-purple.png
Edit Repository Configuration menu item
  1. On the form, fill in the fields.
FieldDefinition
Network protocolProtocol for source control, either https or ssh.
URLURL address of your repository.
BranchCurrent branch for the repository.
Connect with a MID serverWhether 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 emailEmail 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.
CredentialSaved 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
  1. Select Save.

Parent Topic:AES integration with a Git source control repository