Skip to content

Commit dd4e1b4

Browse files
authored
fix: Add documentation for require ssl flag. (#286)
1 parent d150b59 commit dd4e1b4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/06-concepts/07-configuration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ These can be separately declared for each run mode in the corresponding yaml fil
5151
| SERVERPOD_REDIS_PORT | redis.port | - | The port number for the Redis server |
5252
| SERVERPOD_REDIS_USER | redis.user | - | The user name for Redis authentication |
5353
| SERVERPOD_REDIS_ENABLED | redis.enabled | false | Indicates if Redis is enabled |
54+
| SERVERPOD_REDIS_REQUIRE_SSL | redis.requireSsl | false | Indicates if SSL is required for the Redis connection |
5455
| SERVERPOD_MAX_REQUEST_SIZE | maxRequestSize | 524288 | The maximum size of requests allowed in bytes |
5556
| SERVERPOD_SESSION_PERSISTENT_LOG_ENABLED | sessionLogs.persistentEnabled | - | Enables or disables logging session data to the database. Defaults to `true` if a database is configured, otherwise `false`. |
5657
| SERVERPOD_SESSION_CONSOLE_LOG_ENABLED | sessionLogs.consoleEnabled | - | Enables or disables logging session data to the console. Defaults to `true` if no database is configured, otherwise `false`. |

versioned_docs/version-2.8.0/06-concepts/07-configuration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ These can be separately declared for each run mode in the corresponding yaml fil
5151
| SERVERPOD_REDIS_PORT | redis.port | - | The port number for the Redis server |
5252
| SERVERPOD_REDIS_USER | redis.user | - | The user name for Redis authentication |
5353
| SERVERPOD_REDIS_ENABLED | redis.enabled | false | Indicates if Redis is enabled |
54+
| SERVERPOD_REDIS_REQUIRE_SSL | redis.requireSsl | false | Indicates if SSL is required for the Redis connection |
5455
| SERVERPOD_MAX_REQUEST_SIZE | maxRequestSize | 524288 | The maximum size of requests allowed in bytes |
5556
| SERVERPOD_SESSION_PERSISTENT_LOG_ENABLED | sessionLogs.persistentEnabled | - | Enables or disables logging session data to the database. Defaults to `true` if a database is configured, otherwise `false`. |
5657
| SERVERPOD_SESSION_CONSOLE_LOG_ENABLED | sessionLogs.consoleEnabled | - | Enables or disables logging session data to the console. Defaults to `true` if no database is configured, otherwise `false`. |

0 commit comments

Comments
 (0)