Skip to content

Commit d20e13f

Browse files
authored
Remove ShutdownWait from documentation (#3354)
1 parent d263482 commit d20e13f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

frontend/docs/pages/self-hosting/configuration-options.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The Hatchet server and engine can be configured via environment variables using
66

77
Hatchet uses the following environment variable prefixes:
88

9-
- **`SERVER_`** (173 variables) - Main server configuration including runtime, authentication, encryption, monitoring, and integrations
9+
- **`SERVER_`** (172 variables) - Main server configuration including runtime, authentication, encryption, monitoring, and integrations
1010
- **`DATABASE_`** (19 variables) - PostgreSQL database connection and configuration
1111
- **`READ_REPLICA_`** (4 variables) - Read replica database configuration
1212
- **`ADMIN_`** (3 variables) - Administrator user setup for initial seeding
@@ -114,7 +114,6 @@ Variables marked with ⚠️ are conditionally required when specific features a
114114
| `SERVER_GRPC_BIND_ADDRESS` | GRPC server bind address | `127.0.0.1` |
115115
| `SERVER_GRPC_BROADCAST_ADDRESS` | GRPC server broadcast address | `127.0.0.1:7070` |
116116
| `SERVER_GRPC_INSECURE` | Controls if the GRPC server is insecure | `false` |
117-
| `SERVER_SHUTDOWN_WAIT` | Shutdown wait duration | `20s` |
118117
| `SERVER_ENFORCE_LIMITS` | Enforce tenant limits | `false` |
119118
| `SERVER_ALLOW_SIGNUP` | Allow new tenant signups | `true` |
120119
| `SERVER_ALLOW_INVITES` | Allow new invites | `true` |

0 commit comments

Comments
 (0)