Skip to content

Commit

Permalink
Merge branch 'main' into patch-docker-instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPrimate authored Mar 15, 2022
2 parents b289fc0 + 1706139 commit d6c16da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ game.settings.set("ddb-importer", "custom-proxy", true);
game.settings.set("ddb-importer", "api-endpoint", "YOUR_URL_HERE");
```

e.g. localhost:

```javascript
game.settings.set("ddb-importer", "custom-proxy", true);
game.settings.set("ddb-importer", "api-endpoint", "http://localhost:3000");
```

To revert:
```javascript
game.settings.set("ddb-importer", "api-endpoint", "https://proxy.ddb.mrprimate.co.uk");
Expand Down
1 change: 1 addition & 0 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ This repository also builds newest version of the proxy automatically. You may s

`docker run -p 3000:3000 ghcr.io/mrprimate/ddb-proxy:latest`


## Security considerations

Above command exposed your proxy to the world with unsecured connections.
Expand Down

0 comments on commit d6c16da

Please sign in to comment.