Configuration Options - apigee-127/a127-documentation GitHub Wiki

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'
        };