Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property configures the base URL used for application uploads in the Scoped App Author, impacting where application files are sent. |
| What area does it affect? |
Scoped App Author |
| What does the default mean? |
The default value is "https://appstoreprodworker.service-now.com", which is the baseline setting used unless it is changed. |
| When should you review it? |
Review this property when changing upload endpoints or during application deployment processes. |
Out of the box property record
Raw metadata from the property record.
| Property name |
sn_appauthor.upload_base_url |
| Sys ID |
367e8823c3303100b9e7ff9c02d3ae7b |
| Type |
string |
| Application |
Scoped App Author |
| Default value |
https://appstoreprodworker.service-now.com |
| Description |
|
| Updated |
2024-05-25 04:07:34 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... 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 a Global scope to any non- null value, such as "secret." i. SSH into the instance. ii. Change the directory ...
Related properties