You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/06-concepts/07-configuration.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,7 @@ These can be separately declared for each run mode in the corresponding yaml fil
51
51
| SERVERPOD_REDIS_PORT | redis.port | - | The port number for the Redis server |
52
52
| SERVERPOD_REDIS_USER | redis.user | - | The user name for Redis authentication |
53
53
| 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 |
54
55
| SERVERPOD_MAX_REQUEST_SIZE | maxRequestSize | 524288 | The maximum size of requests allowed in bytes |
55
56
| 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`. |
56
57
| 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`. |
Copy file name to clipboardExpand all lines: versioned_docs/version-2.8.0/06-concepts/07-configuration.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,7 @@ These can be separately declared for each run mode in the corresponding yaml fil
51
51
| SERVERPOD_REDIS_PORT | redis.port | - | The port number for the Redis server |
52
52
| SERVERPOD_REDIS_USER | redis.user | - | The user name for Redis authentication |
53
53
| 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 |
54
55
| SERVERPOD_MAX_REQUEST_SIZE | maxRequestSize | 524288 | The maximum size of requests allowed in bytes |
55
56
| 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`. |
56
57
| 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