mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
Update example start command to allow spaces in vars
This commit is contained in:
@@ -493,7 +493,7 @@ Easy to emulate on the commandline:
|
||||
|
||||
From now on you can run using
|
||||
```bash
|
||||
$ env $(cat my.env) PORT=1337 node server.js
|
||||
$ (eval $(cat my.env | sed 's/^/export /') && PORT=1337 node server.js)
|
||||
```
|
||||
|
||||
Your hosting provider probably has a way to set these through their GUI.
|
||||
|
||||
Reference in New Issue
Block a user