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.
-
Create or open the following file in a text editor:
~/.a127/config.js
-
Add the following contents to the file:
module.exports = { browser: โthe/path/to/your/browser' };