You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edit the files in conf.d to reflect your local settings. Each config file has a default section which lists all available config settings. Below the `default` section are optional deployment environments such as `production`, `development`, and `test`. When a config file is loaded, the environment variable `NODE_ENV` is checked and if defined, any overrides in the matching deployment section are applied.
24
+
25
+
## Start the service
26
+
27
+
Running one of these commands:
28
+
29
+
`npm run start (production)`
30
+
31
+
or
32
+
33
+
`npm run develop (development)`
34
+
35
+
will start up the HTTP service on the port specified in conf.d/http.yml.
0 commit comments