diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 3 insertions, 7 deletions
@@ -47,15 +47,11 @@ pm2 --name lens start npm -- run server ### Local proxy -Add the following to your `.env` to proxy to an intermediary server, which will then act as the database. +To run the proxy with all debug and cache options on: ``` -RELAY_REMOTE=http://spawn.asdf.us/client -PROXY_REMOTE=spawn.asdf.us -EXPRESS_CONNECTS_TO_RELAY=true -CACHE_SYSCALLS=true -PROXY_CACHE=true -DEBUG_PROXY=true +npm run proxy +PROXY_REMOTE=example.asdf.us npm run proxy ``` Then run the server as usual: |
