commit | 3b3b3b4533f6d6b98a70570ef84edc619309eee5 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Thu Dec 15 17:31:53 2016 -0800 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Thu Dec 15 17:50:11 2016 -0800 |
tree | 6b542fbdfe0f0a34da72387c7f5e1c9cda1229df | |
parent | f2c3ed6470d7477bf6f316b47a0a1bde791451cc [diff] |
Configuring ngnix to proxy request toward the Node server Change-Id: If9ae80afeef276886f87602d6d973bb30ac19dce
This is the new XOS UI
This application can be executed on your system as long as you have NodeJs
version 4 or higher.
To start de development environment use: npm start
There are two configuration file available in the application, and they depend on the environment. You can find the various possibilities in conf/app
, and they regard application constants, such as apiEndpoint
, or branding elements, such as projectName
.
To load a different configration file you can use two environment variables:
NODE_ENV
: to configure the app constants (eg: dev
, production
)BRAND
: to configure style constants (eg: cord
, opencloud
)