Setting advanced portal options

You can customize the behavior of Portal for ArcGIS using a configuration file. Properties you can set include whether certain links and buttons are shown in the website, for example, media links or a button that allows anonymous users to create portal accounts.

You may be motivated to do this if you are Configuring a disconnected deployment or are modifying the portal's behavior to match the requirements of your organization; for example, the following organizations might configure their portal as such:

The configuration file is located in <Portal for ArcGIS installation directory>\webapps\arcgis#home\js\esri\arcgisonline\config.js.bak. It's recommended that you make a backup copy of this file before modifying it.

After you modify the properties in the file, you'll need to restart your portal to apply the changes. For full instructions, see Stopping and starting the portal.

CautionCaution:

Even though there is a file named config.js in this directory, you should make your edits to config.js.bak. The changes are pushed into config.js when you restart Portal for ArcGIS.

Once you modify the advanced properties in config.js.bak, you are responsible for maintaining your modifications throughout the lifecycle of the product. For example, if you install a patch or system update on your portal, it is not guaranteed that the properties you modified will persist in the file. As a safeguard, you should keep a copy of the config.js.bak file in case your modifications are lost or overwritten.

The configuration file contains other code that should not be modified. When you open the configuration file, you'll want to navigate to the section of the file that contains modifiable properties. Some of the properties in the portal configuration file are self-explanatory, but some selected properties are described in more detail below. The properties are listed in alphabetical order.

Properties in the configuration file

12/13/2013