|
|
@@ -202,6 +202,7 @@ The prefix for variable names is `RUSTDESK_API`. If environment variables exist,
|
|
202
|
202
|
| TZ | timezone | Asia/Shanghai |
|
|
203
|
203
|
| RUSTDESK_API_LANG | Language | `en`,`zh-CN` |
|
|
204
|
204
|
| RUSTDESK_API_APP_WEB_CLIENT | web client on/off; 1: on, 0 off, deault 1 | 1 |
|
|
|
205
|
+| RUSTDESK_API_APP_REGISTER | register enable; `true`, `false`; default:`false` | `false` |
|
|
205
|
206
|
| ----- GIN Configuration ----- | --------------------------------------- | ----------------------------- |
|
|
206
|
207
|
| RUSTDESK_API_GIN_TRUST_PROXY | Trusted proxy IPs, separated by commas. | 192.168.1.2,192.168.1.3 |
|
|
207
|
208
|
| ----- GORM Configuration ----- | --------------------------------------- | ----------------------------- |
|