From 250b69f988ca284ebe7df5b49b00eb066dad9830 Mon Sep 17 00:00:00 2001 From: Daniel Li Date: Thu, 26 Oct 2017 17:29:14 +0100 Subject: [PATCH] Improved formatting --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index fc804b22..bae285c2 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -1,6 +1,6 @@ ## Configuration -** NOTE: The following applies to swagger-node apps replying on swagger-node-runner 0.5.x and better. (ie. Any app using swagger-connect 0.1.0, swagger-express-mw 0.1.0, swagger-hapi 0.1.0, swagger-restify 0.1.0, or swagger-sails 0.1.0 - or higher versions of the same.) ** +**N.B. The following applies to `swagger-node` apps relying on [`swagger-node-runner`](theganyo/swagger-node-runner) 0.5.x and better. (I.e. Any app using [`swagger-connect`](apigee-127/swagger-connect) 0.1.0+, [`swagger-express-mw`](apigee-127/swagger-express) 0.1.0+, [`swagger-hapi`](https://github.com/apigee-127/swagger-hapi) 0.1.0+, [`swagger-restify`](yourdelivery/swagger-restify) 0.1.0+, or [`swagger-sails`](apigee-127/swagger-sails) 0.1.0+)** Swagger-Node application configuration is driven by the file `default.yaml` (by default) in the application's `config` directory. Configuration is driven by the [config](https://github.com/lorenwest/node-config/wiki/Configuration-Files) module, so reference its documentation to understand how you may set up configuration per environment and perform configuration overrides. By default, the configuration file looks something like this: