mirror of
https://github.com/benbusby/farside.git
synced 2025-06-08 10:26:36 +00:00
fix init/update logic
This commit is contained in:
parent
f903f8442a
commit
4930ba353e
4 changed files with 8 additions and 6 deletions
|
@ -16,7 +16,7 @@ distribute traffic more evenly across all instances and avoid performance
|
|||
bottlenecks and rate-limiting.
|
||||
|
||||
## Heroku deploy
|
||||
To load custom services, you must paste a base64 encoded string into the FARSIDE_SERVICES_JSON field
|
||||
To load custom services, you must paste a base64 encoded json into the FARSIDE_SERVICES_JSON_DATA field
|
||||
you can encode your json at https://www.base64encode.org
|
||||
|
||||
## Standalone
|
||||
|
@ -143,3 +143,4 @@ goes against what Farside is trying to solve. Use at your own discretion.
|
|||
| FARSIDE_TEST | If enabled, bypasses the instance availability check and adds all instances to the pool. |
|
||||
| FARSIDE_PORT | The port to run Farside on (default: `4001`) |
|
||||
| FARSIDE_SERVICES_JSON | The "services" JSON file to use for selecting instances (default: `services.json`) |
|
||||
| FARSIDE_SERVICES_JSON_DATA | The "services" JSON file to use for selecting instances base64 encoded |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue