Property reference

sn_appclient.repository_base_url

The sn_appclient.repository_base_url property defines the base URL for the AppRepo in production instances. Admins should ensure this URL is correctly set to facilitate proper application deployment and updates.

Default: https://apprepo.service-now.com/ Type: string Application: Scoped App Client

Key questions about this property

The answers below summarize the purpose, scope, default effect, and review scenarios for this property.

What does it do? It configures the base URL for accessing the AppRepo, which is essential for managing application resources in production environments.
What area does it affect? Scoped App Client
What does the default mean? The default value is "https://apprepo.service-now.com/", which is the baseline setting used unless it is changed.
When should you review it? Review this property when setting up or maintaining production instances to ensure correct application functionality.

Out of the box property record

Raw metadata from the property record.

Property name sn_appclient.repository_base_url
Sys ID f3baeb32d700310092610eca5e610306
Type string
Application Scoped App Client
Default value https://apprepo.service-now.com/
Description AppRepo base url for production instances
Updated 2024-05-25 04:07:38

Sources

Official references and nearby text excerpts where this property appears.

Documentation excerpt View supporting context
Context preview Snippet 1
... is complete. Procedure 1. Pair an instance with the application repository. a. Log in to the instance you want to connect to the application repository. b. Set the system property sn_appclient.repository_base_url to the URL of your application repository instance. For example, http://localhost:8080/. c. Clear the values of the sn_appclient.upload_base_url and sn_appauthor.upload_base_url properties. d. Set the value of the sn_apprepo.credential property in ...