Skip to content

Commit

Permalink
Document SvelteKit environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
isker committed Oct 8, 2023
1 parent 967c564 commit 1d64e3b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ to the option names tabulated below.
| `zoektUrl` | `ZOEKT_URL` | Y | The base zoekt URL at which neogrok will make API requests, at e.g. `/api/search` and `/api/list` |
| `openGrokProjectMappings` | N/A | N | An object mapping OpenGrok project names to zoekt repository names; see [below](#renaming-opengrok-projects-to-zoekt-repositories) |

### SvelteKit environment variables

Note that you can also configure, among other things, which ports/addresses will
be bound, using SvelteKit's Node environment variables. See the list
[here](https://kit.svelte.dev/docs/adapter-node#environment-variables).

## OpenGrok compatibility

As an added bonus, neogrok can serve as a replacement for existing deployments
Expand Down

0 comments on commit 1d64e3b

Please sign in to comment.