mirror of
https://github.com/Ryujinx/Ryujinx-Ldn-Website.git
synced 2025-08-11 06:21:01 +00:00
Add environment variables for configuration to README.md
This commit is contained in:
parent
99d5a73e49
commit
ec41207426
11
README.md
11
README.md
|
@ -16,9 +16,16 @@
|
|||
</a>
|
||||
</p>
|
||||
|
||||
## Changelog
|
||||
## Configuration
|
||||
|
||||
The complete list of changes is available [here](CHANGELOG.md)
|
||||
This app can be configured using the following environment variables:
|
||||
|
||||
| Name | Description | Default value | Notes |
|
||||
| :---------- | ----------------------------------------------------------------------------------------- | :-----------: | ---------------------------------------------------------------------- |
|
||||
| `NODE_ENV` | This should be set to `production` or `development` depending on the current environment. | `""` | |
|
||||
| `HOST` | The address this server should be listening on. | `"127.0.0.1"` | |
|
||||
| `PORT` | The port this server should be using. | `3000` | |
|
||||
| `REDIS_URL` | The URL of the redis server. | `""` | Format: `redis[s]://[[username][:password]@][host][:port][/db-number]` |
|
||||
|
||||
## Contribute
|
||||
|
||||
|
|
Loading…
Reference in a new issue