Skip to content
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.

Configuration Options

wwitman edited this page Sep 22, 2014 · 1 revision

Configuration options

This topic explains miscellaneous configurations that you can make for an Apigee-127 app.

###Configuring the default browser on Linux

On Linux platforms, you need to specify your browser path before using the Swagger editor.

  1. Create or open the following file in a text editor:

    ~/.a127/config.js

  2. Add the following contents to the file:

        module.exports = {
           browser: ’the/path/to/your/browser'
        };
Clone this wiki locally